{% extends "photologue/root.html" %} {% load url from future %} {% block title %}All Photos{% endblock %} {% block content %}
No photos were found.
{{ hits }} photos total.
{% if has_previous %}Previous | {% endif %} page {{ page }} of {{ pages }} {% if has_next %}| Next{% endif %}