{% load tagging_tags %} {% tags_for_object event_file as tags %}
{% if request.user.is_superuser %}
{% endif %}
{% if event_file.icon %} {{ event_file.name }} {% endif %} {{ event_file.name }}
{% trans 'Download this ' %}{{ event_file.file_type }}
 
{% trans 'View Event:' %} {{ event_file.event.title }}
{% if tags %}
Tags: {% for tag in tags %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}