{% load mezzanine_tags staticfiles %} {% for slideshow in slideshows %} {% if slideshow.page.id == page.id %} {% with slideshow.galleries.all as galleries %} {% for gallery in galleries %}
{% with gallery.images.all as images %} {% for image in images %}
{{ image.description }}
{% endfor %} {% endwith %}

{{ gallery.title }}

{% endfor %} {% endwith %} {% endif %} {% endfor %}