{% extends "stockphoto/base.html" %} {% block title %} stockphoto photos : {% if object %} {{ object.gallery.title }} : {{ object.title }} {% endif %} {% endblock %} {% block content %} {% if object %}
{% if object.prev %} {% endif %} {% if object.next %} {% endif %}Por: {{ object.photographer }}.
{% endif %} {% if object.date %}El día: {{ object.date }}.
{% endif %} {% if object.extra %}{{ object.extra }}
{% endif %}{% endif %} {% else %}
This is not the photo you are looking for.
{% endif %} {% endblock %}