{% load i18n thumbnail sekizai_tags %} {% addtoblock "css" %}{% endaddtoblock "css" %} {% addtoblock "js" %}{% endaddtoblock "js" %} {% addtoblock "js" %}{% endaddtoblock "js" %} {% addtoblock "js" %}{% endaddtoblock "js" %} {% addtoblock "js" %} {% endaddtoblock %} {% if gallery.title %}

{{ gallery.title|escape|striptags }}

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

{% trans "« Back" %} {% trans "Next »" %}

+

{% trans "play" %} {% trans "pause" %}

 

{% for image in gallery.images.all %}
{% if image.title %}
{{ image.title|escape }}
{% endif %} {% if image.description %}
{{ image.description|safe }}
{% endif %}
{% endfor %}

 

    {% for image in gallery.images.all %} {% if image.description %}{{ image.description|escape|striptags }}{% endif %} {% endfor %}

{% trans "« Back" %} {% trans "Next »" %}