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