{% 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 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 %} {% endblock %}