{% 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 %}
No galleries were found.
{% endif %} {% if is_paginated %}{{ hits }} galleries total.
{% endif %} {% endblock %}