{{ data.breadcrumb[-1] }}

{{ data.texts["run"]["intro"] | safe }}


{% if not data.inputs|length %}

No input files have been uploaded

{% else %}

{{ _("Your files ready to be processed") }}:

Click here to exclude some files.

{% for file in data.inputs %} {% endfor %}
# {{ _("Filename") }} {% if data.inputs|length > 1 %}
{% else %}   {% endif %}
{{loop.index}}. {{(file[:75] + '...') if file|length > 75 else file}}
{% endif %}