{% load i18n %}
{% for photo in gallery.sample %} {{ photo.title }} {% endfor %}
{{ gallery.title }}
{% if gallery.date_start %}

{{ gallery.date_start }}{% if gallery.date_end and gallery.date_end != gallery.date_start %} - {{ gallery.date_end }}{% endif %}

{% endif %} {% if not gallery.is_public %}

(private)

{% endif %}