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

{% blocktrans with show_year=year|date:"Y" %}Galleries for {{ show_year }}{% 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" %}
{% endblock %}