{% extends "base.html" %} {% load i18n %} {% load uni_form_tags %} {% block main %}

{{ object.filenameĀ }}

{{ object.user.get_full_name|default:object.user }},

{{ object.content_type }}, {{ object.content_category }}

{{ object.file.urlĀ }}

{% if object.show %}{% trans "Published" %}{% else %}{% trans "Hidden" %}{% endif %}

{% for tag in object.tags.all %}{{ tag }}{% endfor %}
{% endblock main %} {% block context_menu %}
  • {% trans "Edit" %}
  • All published files
  • My unpublished files
  • Upload files
  • {% endblock %}