{% extends "photologue/root.html" %} {% load i18n %} {% block title %}{% trans "Latest Photo Galleries" %}{% endblock %} {% block content %}
{% trans "Filter by year" %}
{% if latest %} {% for gallery in latest %} {% include "photologue/includes/gallery_sample.html" %} {% endfor %} {% else %}
{% trans "No galleries were found" %}.
{% endif %}
{% endblock %}