{% csrf_token %}
{% include "snippets/variables/form_warnings.html" %}
{% include "snippets/variables/form.html" with standard_variables=standard_variables advanced_variables=advanced_variables variable_help=variable_help instrument=instrument.name only %}

Additional Actions

    {% include "snippets/reset_buttons.html" %}
{% if not has_reduce_vars %}

  The reduce_vars.py script is missing for this instrument. Please create it before being able to submit re-runs.

{% endif %}