{% extends "photologue/root.html" %} {% block title %}All Galleries{% endblock %} {% block page-header %}All galleries{% endblock %} {% block content %} {% if object_list %} {% for gallery in object_list %} {% endfor %} {% else %}

No galleries were found.

{% endif %} {% if is_paginated %}

{{ hits }} galleries total.

{% if has_previous %}Previous | {% endif %} page {{ page }} of {{ pages }} {% if has_next %}| Next{% endif %}

{% endif %} {% endblock %}