{% load crispy_forms_tags %}
{% 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" %}
{% crispy rerun_form %}
{% if not has_reduce_script %}

  The reduce.py script is missing for this instrument. You may only re-run with the previous script used for this Run. Please create it if you wish to re-run with a different script.

{% endif %} {% 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 %}