{% 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.
{% endif %} {% endblock %}