{% load i18n %} {% load office_tags %} {% for document in documents %} {% endfor %}
{% trans "Date" %} {% trans "Direction" %} {% trans "Category" %} {% trans "Title / Information" %}
{{ document.date }} {{ document.direction }} {{ document.category | translate_document_category }} {% if document.title %}{{ document.title }}
{% endif %} {% if document.content_hash_ok %} {% else %} {% trans "File corrupted or modified" %} {% endif %} {{ document.document.size }} {% trans "bytes" %}, {{ document.mime_type_guessed }}