{% extends "base.html" %} {% block title %}{{ instrument.name|default:"Instrument not found" }} - Batch run submission{% endblock %} {% load static %} {% block body %} {% if error %}
{{ error }}
{% endif %} {{ instrument.name }} - Batch run submission

{{ instrument.name }} - Batch run submission

{% csrf_token %}
{% include "snippets/variables/form_warnings.html" %}
Please Note: The default script values will be used from run onwards. You will be able to change this by selecting the appropriate "edit variables" link from the Instrument Summary page.
{% 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" %}
{% endblock %} {% block stylesheets %} {% endblock %} {% block scripts %} {% endblock %}