{% extends "photologue/root.html" %} {% load url from future %} {% block title %}All Galleries{% endblock %} {% block content %}
No galleries were found.
{% endif %} {% if is_paginated %}{{ page_obj.paginator.count }} galleries total.
{% endif %} {% endblock %}