{% extends "community/_base.html" %} {% from "macros/box.html" import m_box_content, m_box_menu with context %} {% from "macros/audit.html" import m_audit_log %} {% from "macros/table.html" import m_table %} {% from "documents/_macros.html" import m_docs_table, m_breadcrumbs2 with context %} {% block content %} {% call m_box_content(title=_("Document view")) %}
{% trans %}Waiting for virus check...{% endtrans %}
{%- elif not doc.antivirus_ok %}{%- trans %}Virus found. Access disabled.{%- endtrans %}
{%- endif %}{{ doc.description }}
{%- endif %}
{{ _('Created on') }}: {{ doc.created_at|date_age }}
{{ _('Last modified on') }}: {{ doc.updated_at|date_age }}
{{ _('Creator') }}:
{{ doc.creator }}
{{ _('Owner') }}:
{{ doc.owner }}