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