{% extends "photologue/root.html" %} {% load i18n %} {% block title %}{% trans "Latest photo galleries" %}{% endblock %} {% block content %}

{% trans "Latest photo galleries" %}

{% if latest %} {% for gallery in latest %} {% include "photologue/includes/gallery_sample.html" %} {% endfor %} {% else %}

{% trans "No galleries were found" %}.

{% endif %}
{% endblock %}