{% if indicators %}
{% for item in items %} {% endfor %}
{% endif %}
{% for item in items %}
Slide {{ loop.index }} {% if item.caption_title or item.caption_text %}
{% if item.caption_title %}
{{ item.caption_title }}
{% endif %} {% if item.caption_text %}

{{ item.caption_text }}

{% endif %}
{% endif %}
{% endfor %}
{% if controls %} {% endif %}