∞ {{forloop.counter|number_to_word}} ∞
{{photo.title}} {{photo.exif_date|date:"M j, Y"}}
Map {%if photo.description %}{{photo.description|safe}}
{%endif%}{% extends 'base.html' %}
{% load typogrify %}
{% load number_to_word %}
{% block pagetitle %}{{object.set_title}} - Luxagraf, Photos{% endblock %}
{%block htmlclass%}class="black"{%endblock%}
{% block metadescription %}{{object.meta_description|striptags|safe}}{% endblock %}
{%block bodyid%}class="image_gallery"{%endblock%}
{% block primary %}Photos from {{object.set_title}}
Use left/right arrow keys to navigate through photos
{{photo.description|safe}}
{%endif%}