{% if upcoming_arguments_by_run %}
{% 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 %}