{% extends "stockphoto/base.html" %} {% block title %} stockphoto photos : {% if object %} {{ object.gallery.title }} : {{ object.title }} {% endif %} {% endblock %} {% block content %} {% if object %} {% if object.prev %}
{{ object.prev.title }} « {{ object.prev.title }}
{% endif %} {% if object.next %}
{{ object.next.title }} {{ object.next.title }} »
{% endif %}
{{ object.title }}

{{ object.title }}

{{ object.desc}}
{% if object.photographer %}

Por: {{ object.photographer }}.

{% endif %} {% if object.date %}

El día: {{ object.date }}.

{% endif %} {% if object.extra %}

More information

{{ object.extra }}

{% endif %}
{% if object.prev %} « previous {% endif %} {% if object.next %} next » {% endif %} {% if not user.is_anonymous %}

Edit this image.

{%else %}

{% endif %} {% else %}

This is not the photo you are looking for.

{% endif %} {% endblock %}