{% extends "photologue/root.html" %} {% load photologue_tags %} {% block title %}{{ object.title }}{% endblock %} {% block content %}
Published {{ object.date_added }}
{{ object.caption|safe }}
{% endif %}This photo is found in the following galleries:
{% previous_in_gallery object gallery %} | {{ gallery.title }} | {% next_in_gallery object gallery %} |