{% with event.files.all as event_files %} {% if event_files %} {% for event_file in event_files %} {% endfor %}
{% trans "Name" %} {% trans "Download" %} {% trans "File Type" %} {% trans "By" %} {% trans "Added on" %} {% trans "Status" %}  
{% if event_file.file %} {% if event_file.icon %} {{ event_file.name }} {% endif %} {{ event_file.name }} {% endif %} {% if event_file.file_url %} {{ event_file.name }} {% endif %} {% if event_file.file %} {% endif %} {{ event_file.file_type }} {% if event_file.creator_username %}{{ event_file.creator_username }}{% endif %} {{ event_file.create_dt|date }} {{ event_file.status_detail }} {% if request.user.is_superuser %} {% trans "Edit" %} {% trans "Delete" %} {% endif %}
{% endif %} {% endwith %}