{% extends "photologue:photologue/photo_detail.html" %} {% load photologue_tags i18n %} {% block title %}{{ object.title }}{% endblock %} {% block content %} {% for gallery in object.public_galleries %}
{% if gallery.content.exists %} {% endif %}
{{ gallery.title }}
{% if object.public_galleries %}

{% trans "Other photos" %}:

{% for photo in gallery.public %}
{{ photo.title }}
{% endfor %}
{% endif %}
{% endfor %} {% endblock %}