{{ attachment.title }}
{{ _('Attachment Information') }}
-
{{ _('Revision slug:') }}
{{ revision.slug }}
-
{{ _('Revision title:') }}
{{ revision.title }}
-
{{ _('Revision id:') }}
{{ revision.id }}
-
{{ _('Created:') }}
{{ datetimeformat(revision.created, format='datetime') }}
-
{{ _('Creator:') }}
{{ revision.creator }}
-
{{ _('MIME Type:') }}
{{ revision.mime_type }}
-
{{ _('MIME Type:') }}
{{ _('%s bytes') % attachment.size }}
-
{{ _('Is approved?') }}
{{ revision.is_approved|yesno }}
-
{{ _('Is current revision?') }}
{{ (revision == attachment.current_revision)|yesno }}
{{ _('Attachment Preview') }}
{% if preview_content %}
{{ preview_content|safe }}
{% else %}
{{ _('No preview is available.') }}
{% endif %}
{% endblock %}