{% extends "photos/base.html" %} {# {% load markup %} #} {% load comments %} {% block path %} {{ block.super }} » {{ object.gallery.title }} » {{ object.title }} {% endblock %} {% block title %} {% if object %} {{ object.title }} {% endif %} {% endblock %} {% block content %} {% if object %}
{% if object.date %}

Photo taken {{ object.date }}{% if object.photographer %} by {{ object.photographer }}.

{% else %}.

{% endif %} {% else %} {% if object.photographer %}

Photo by {{ object.photographer }}.

{% endif %} {% endif %}
{% if object.next %}

















Next:
{{ object.next.title }}
{% endif %} {% if object.prev %}




Previous:
{{ object.prev.title }}
{% endif %}
{{ object.title }}

{{ object.desc|safe }}

{% if object.extra %}

More information

{{ object.extra|safe }}

{% endif %}
{% if object.prev %} « previous {% endif %} {% if object.next %} next » {% endif %}
{% else %}

This is not the photo you are looking for.

{% endif %} {% endblock %} {% block commentary %}

Post a comment

{% render_comment_form for object %} {% get_comment_list for object as comments %} {% include "comment_list" %}
{% endblock %}