{% spaceless %} {% load i18n %} {% if file_upload_type %}
{% if team_file_urls %}
{% trans "Files that were uploaded by your teammates:" %}
{% endif %}
{% for file in team_file_urls %} {% endfor %}
{% endif %} {% endspaceless %}