{% extends "photologue/root.html" %} {% block title %}Photos for {{ month|date:"F Y" }}{% endblock %} {% block page-header %}Photos for {{ month|date:"F Y" }}{% endblock %} {% block content %} {% if object_list %} {% for photo in object_list %}
{% endfor %} {% else %}No photos were found.
{% endif %} {% endblock %}