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

{{ gallery.title }}

{% with gallery.images.all as images %} {% for image in images %} {% endfor %} {% endwith %}
{% endfor %} {% endwith %} {% endif %} {% endfor %}