{{ _("file.owner_label") }}: {{ owner_display or _("file.owner_unowned") }}
{% if file.owner_id is none %}
—
{% endif %}
{% endif %}
{% if is_pdf and (processed_file_exists or original_file_exists) %}
Document Viewer
{% endif %}
{{ _("comments.heading") }}
{{ _("annotations.heading") }}
{% if current_user_role == 'owner' %}
{{ _("sharing.heading") }}
{{ _("sharing.loading") }}
{% endif %}
{% else %}
Document not found.
{% endif %}
{% if current_user_role == 'owner' %}
{% endif %}
{% if file and is_pdf and (processed_file_exists or original_file_exists) %}
{% endif %}
{% if multi_user_enabled and file and file.owner_id is none %}
{% endif %}
{% endblock %}
{{ _("comments.heading") }}