travel-memories
{% set phases = [('','Album'),('triage','Triage'),('curate','Curate'),('group','Group'),('write','Write'),('export','Export')] %} {% for key, label in phases %}
{% if album_id %}
{{ label }}
{% else %}{{ label }}{% endif %}
{% endfor %}
{% if album_id %}
📝 Notes
{% endif %}
{% if current_phase in phase_stale %}
You changed earlier decisions — review this phase before exporting.
Dismiss
{% endif %}
{% block content %}{% endblock %}
Notes
{% block extra_scripts %}{% endblock %}