{% if instrument_variables.experiment %}
Experiment
#{{ instrument_variables.experiment }}
{##} edit variables
delete variables {% else %}
Runs
{{ instrument_variables.run_start }}
{% if instrument_variables.run_end > 0 %}
{{ instrument_variables.run_end }}
{% else %}
Ongoing
{% endif %}
{% if instrument_variables.tracks_script %} (Tracking script changes)
{% endif %} {% if upcoming %}
edit variables
delete variables {% endif %} {% endif %}
{% for variable in instrument_variables.variables|dictsort:"name" %}
{{ variable.name }}: {{ variable.value }}
{% endfor %}