Arguments by run number

Current Arguments
{% if current_arguments.arguments %} {% include "snippets/arguments.html" with arguments=current_arguments instrument=instrument csrf_token=csrf_token upcoming=False only %} {% else %}

No current arguments found

{% endif %}
{% if upcoming_arguments_by_run %}
Upcoming Arguments
{% for upcoming_args in upcoming_arguments_by_run %} {% include "snippets/arguments.html" with arguments=upcoming_args instrument=instrument csrf_token=csrf_token upcoming=True only %} {% endfor %}
{% else %}

No upcoming arguments found

{% endif %}

Arguments by experiment reference number

{% if upcoming_arguments_by_experiment %}
Upcoming Arguments
{% for upcoming_args in upcoming_arguments_by_experiment %} {% include "snippets/arguments.html" with arguments=upcoming_args instrument=instrument csrf_token=csrf_token only %} {% endfor %}
{% else %}

No arguments found

{% endif %}