{% extends "base.html" %} {% load i18n %} {% load uni_form_tags %} {% block main %}
{{ object.content_type }}, {{ object.content_category }}
{{ object.file.urlĀ }}
{% if object.show %}{% trans "Published" %}{% else %}{% trans "Hidden" %}{% endif %}