{% extends 'base.html' %} {% block content %}
Back to {{ photoset.title }}
{% if 'original' in photo.sizes %} Download original {% else %} No original available. {% endif %}
View on Flickr
Taken on {{ photo.dates.taken }}
Tags: {% for tag in photo.tags %} {{ tag.tag }}{% if loop.last %}.{% else %}, {% endif %} {% endfor %}
{% if photo_next %} {% endif %} {% if photo_previous %} {% endif %}