{% spaceless %} {% load i18n %} {% if file_upload_type %} {% if header %}
{{ header }}
{% endif %}
{% for file in file_urls %}
{% if file.download_url %} {% if file.description %} {{file.name}} {% else %} {% trans "View the files associated with this submission:" %} #{{ forloop.counter }} {% endif %} Download submission {% if enable_delete_files and file.show_delete_button %} {% endif %} {% endif %}
{% endfor %}
{% if show_warning %}

{% trans "Caution: These files were uploaded by another course learner and have not been verified, screened, approved, reviewed, or endorsed by the site administrator. If you access the files, you do so at your own risk.)" %}

{% endif %}
{% endif %} {% endspaceless %}