{% extends "photologue/root.html" %} {% load url from future %} {% block title %}Photos for {{ day|date }}{% endblock %} {% block content %}

Photos for {{ day|date }}

{% if object_list %} {% for photo in object_list %} {% endfor %} {% else %}

No photos were found.

{% endif %}

View all photographs

{% endblock %}