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