{% set title = "Edit tags - {} photo{}".format(num_photos, "s" if num_photos > 1 else "") %} {% extends "page.html" %} {% block title %}Tagging {{ num_photos }} photo{% if num_photos > 1 %}s{% endif %}{% endblock %} {% block subtitle %}{% endblock %} {% block buttons %}{% endblock %} {% block body %} {% set preview = 9 %}

Images ({{ num_photos }})

{% for image in images %}{% if loop.index <= preview %} {% endif %}{% endfor %}
{% if num_photos > preview %}

...and {{ num_photos - preview }} more

{% endif %}

Current Tags

All tags

Add tag

{% if fromdate %}{% endif %} {% if uuid %}{% endif %}
{% endblock %}