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

{% trans "All galleries" %}

{% if object_list %} {% for gallery in object_list %}
{% include "photologue/includes/gallery_sample.html" %}
{% endfor %} {% else %}
{% trans "No galleries were found" %}.
{% endif %} {% include "photologue/includes/paginator.html" %} {% endblock %}