{% extends "photologue/root.html" %} {% load url from future %} {% block title %}Galleries for {{ month|date:"F Y" }}{% endblock %} {% block content %}

Galleries for {{ month|date:"F Y" }}

{% if object_list %} {% for gallery in object_list %} {% endfor %} {% else %}

No galleries were found.

{% endif %}

View all galleries.

{% endblock %}