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

No photos were found.

{% endif %} {% if is_paginated %}

{{ hits }} photos total.

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

{% endif %} {% endblock %}