{% load mezzanine_tags %} {% if page.slide_set.all %}
    {% for image in page.slide_set.all %}
  • {{ image.description }} {% if image.caption %}

    {{ image.caption|safe }}

    {% endif %}
  • {% endfor %}
{% endif %}