{% extends "photologue/root.html" %} {% block title %}Galleries for {{ month|date:"F Y" }}{% endblock %} {% block page-header %}Galleries for {{ month|date:"F Y" }}{% endblock %} {% block content %} {% if object_list %} {% for gallery in object_list %} {% endfor %} {% else %}

No galleries were found.

{% endif %}

View all galleries.

{% endblock %}