{% extends "photologue/root.html" %} {% load static i18n %} {% block title %}{{ gallery.title }}{% endblock %} {% block extracss %} {% endblock %} {% block extrajs %} {% endblock %} {% block content %}

{{ gallery.title }}

{% if gallery.extended.date_start %}

{{ gallery.extended.date_start }}{% if gallery.extended.date_end and gallery.extended.date_end != gallery.extended.date_start %} {% trans "to" %} {{ gallery.extended.date_end }}{% endif %}

{% endif %} {% if gallery.extended.tags.all %}

Tags : {% for tag in gallery.extended.tags.all %} {{ tag }} {% endfor %}

{% endif %} {% if gallery.description %}

{{ gallery.description|safe }}

{% endif %} {% trans 'Download all gallery' %} {% endblock %}