{% extends "stockphoto/base.html" %} {% load markup %} {% block title %} {% if object %} {{ object.gallery.title }} : {{ object.title }} {% endif %} {% endblock %} {% block content %} {% if object %}
{% if object.prev %} {% endif %} {% if object.next %} {% endif %}{{ object.desc|markdown}}
{% if object.photographer %}Photo by {{ object.photographer }}.
{% endif %} {% if object.date %}Photo taken {{ object.date|date:"F d, Y" }}.
{% endif %} {% if object.extra %}{{ object.extra|markdown }}
{% endif %} {% if object.article_set.all %}This is not the photo you are looking for.
{% endif %} {% endblock %}