{% with event.files.all as event_files %} {% if event_files %}
| {% trans "Name" %} | {% trans "Download" %} | {% trans "File Type" %} | {% trans "By" %} | {% trans "Added on" %} | {% trans "Status" %} | |
|---|---|---|---|---|---|---|
|
{% if event_file.file %}
{% if event_file.icon %}
|
{% 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 %} |