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