{% extends "photos/base.html" %} {% load thumbnail %} {% load photos_extras %} {% block title %}{{block.super}} - Photo{% endblock %} {% block content %}

Photo from {{ object.user }}

{% if album %} {% get_next album object as next %} {% get_previous album object as prev %} {% endif %} {% if next %} Next
{% endif %} {% if prev %} Prev
{% endif %} {% if next %}{% endif %}{% if next %}{% endif %} {% endblock %}