{% extends "photologue/root.html" %} {% load i18n %} {% block title %}{% blocktrans with show_day=day|date:"d F Y" %}Galleries for {{ show_day }}{% endblocktrans %}{% endblock %} {% block content %}

{% blocktrans with show_day=day|date:"d F Y" %}Galleries for {{ show_day }}{% endblocktrans %}

{% 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 month" %}
{% endblock %}