{% extends "photologue:photologue/gallery_detail.html" %} {% load i18n %} {% block title %}{{ gallery.title }}{% endblock %} {% block content %}
{% if gallery.content.exists %} {% endif %}
{{ gallery.title }}

{% trans "Other photos" %}:

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