{# Left Pane #}
{# Potentially add other sticky content here if needed #}
Annotations
{# Use album-name style for consistency #}{{ group_name }}
{# Use artist-name style #} {# Right Pane #}
{% for url, annotations_for_url in grouped_annotations.items() %}
{% for annotation in annotations_for_url %}
{# Individual annotation container #}
{% endfor %}
{% endfor %}
{% set selection_type = annotation.selection.type if annotation.selection else 'page' %}
{% if selection_type == 'text' and annotation.selection.selectedText %}
{% endif %}
{% if annotation.annotation %}
{{ annotation.annotation_html | safe }}
{% endif %}
{{ annotation.selectedText_html | safe }}{% elif selection_type == 'image' and annotation.selection.selectedImage %}
{{ annotation.timestamp_str }}