{% extends "base.html" %} {% block title %}Comments & Annotations - {{ file.original_filename or 'Document' }} - DocuElevate{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{% if error %}
Error: {{ error }}
{% elif file %}
Back to File Summary
Comments & Annotations
{{ file.original_filename }}
{% if multi_user_enabled %}
{{ _("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 %}