{% extends "photologue/root.html" %} {% load photologue_tags %} {% block title %}{{ object.title }}{% endblock %} {% block page-header %}{{ object.title }}{% endblock %} {% block content %} {% if object.public_galleries %}

This photo is found in the following galleries:

    {% for gallery in object.public_galleries %}
  1. {%previous_in_gallery object gallery%} {{ gallery.title }} {%next_in_gallery object gallery%}
  2. {% endfor %}
{% endif %} {% endblock %}