{% load tagging_tags %} {% tags_for_object event_file as tags %}
{% if request.user.is_superuser %}
{% endif %}
{% 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 %} {% trans 'Download this ' %}{{ event_file.file_type }} {% endif %}
 
{% trans 'View Event:' %} {{ event_file.event.title }}
{% if tags %}
Tags: {% for tag in tags %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}