{% spaceless %} {% load i18n %} {% if file_upload_type %} {% if header %}
{{ header }}
{% endif %}
{% if file_upload_type == "image" %} {% trans {% elif file_upload_type == "pdf-and-image" or file_upload_type == "custom" %} {% trans "View the file associated with this submission." %} {% if show_warning %}

{% trans "(Caution: This file was uploaded by another course learner and has not been verified, screened, approved, reviewed, or endorsed by the site administrator. If you decide to access it, you do so at your own risk.)" %}

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