{% extends "base.html" %} {% block content %}

Write

{{ done_count }} / {{ total }} done
{% if not group %}
All groups written or skipped. Continue to export →
{% else %}
{% for photo in photos %} {% endfor %}

Click a photo on the left to set it as the hero.

{% if group_idx > 0 %} ← Prev {% endif %}

Your notes

{{ state.notes or 'No notes yet.' }}

{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}