{% extends "photologue/root.html" %} {% load i18n %} {% block title %}{% blocktrans with show_month=month|date:"F Y" %}Galleries for {{ show_month }}{% endblocktrans %}{% endblock %} {% block content %}
{% trans "Filter by day" %}
{% if object_list %} {% for gallery in object_list %} {% include "photologue/includes/gallery_sample.html" %} {% endfor %} {% else %}
{% trans "No galleries were found." %}
{% endif %}
{% trans "View all galleries for year" %}
{% endblock %}