{% extends "base.html" %} {% load thumbnail %} {% block content %}
{{ object.caption }}

{{ object.caption }}

 
{% if prev_photo or next_photo%}

{% if prev_photo %} Previous {% endif %} {% if next_photo %} Next {% endif %}

{% endif %} {% endblock %}