{% extends "photologue/root.html" %} {% load photologue_tags %} {% block title %}{{ object.title }}{% endblock %} {% block content %}

{{ object.title }}

{% for gallery in object.public_galleries %} {%previous_in_gallery_button object gallery%} [Back to Gallery] {%next_in_gallery_button object gallery%} {% endfor %}
{% 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 %}