{% extends "bootstrapheader.html" %} {% block body %}
{% for m in msg %}
× {{m["msg"]}}
{% endfor %}

Edit Experiment


Peaks

{% if exp_peaks %}
{% for p in exp_peaks %}
{{p['peak']}} {% if not samples %} {% else %} Can't delete peak after first sample. {% endif %} {% endfor %}
{% endif %} {% if not samples %}

{% endif %}

Collaborators:

{% if collaborators %}
{% for c in collaborators %}
{{c["name"]}}{{c["last"]}}{{c["email"]}} {% endfor %}
{% endif %}
{% endblock %}