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

Group

{% for grp in groups %}
{% if grp.label %}
{{ grp.label }}
{% endif %} {% for photo in grp.photos %}
{{ photo.local_datetime[11:16] }} {{ photo.tag }}
{% if not loop.last %}
{% endif %} {% endfor %}
{% if grp.divider_id %}
{% endif %} {% if not loop.last and not grp.divider_id %}
{% endif %} {% endfor %}
{% endblock %} {% block extra_scripts %} {% endblock %}