{% extends "photologue/root.html" %} {% block title %}Photos for {{ month|date:"F Y" }}{% endblock %} {% block content %}

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

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

No photos were found.

{% endif %}

View all photographs

{% endblock %}