{% extends 'layout/page.html' %} {% block head_title %} {{ i18n.gettext('File display') }} {% endblock %} {% block page_header %} {{ i18n.gettext('File display') }} {% endblock %} {% block content %} {% include 'layout/permission.html' %} {% if context.is_view_ok() %}
{{ i18n.gettext('Name') }}
{{ context.name.field() }}
{{ i18n.gettext('Content Type') }}
{{ context.type.field() }}
{% if request.form.has_key('@multilink') %} {% endif %}
{{ context.submit() }}
{% endif %} {% if context.id and context.is_view_ok() %}
{{ i18n.gettext('Download') }}
{% endif %}
{{ context.history() }} {% endblock %}