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

{{ object.title }}

{% trans "Published" %} {{ object.date_added }}

{% if object.caption %}

{{ object.caption|safe }}

{% endif %} {{ object.title }}
{% if object.public_galleries %}

{% trans "This photo is found in the following galleries" %}:

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