{% if __SELF__.carousel.images|length > 1 %}
{% for i, image in __SELF__.carousel.images %}
{% endfor %}
{% endif %}
{% if __SELF__.carousel.images|length > 0 %}
{% for i, image in __SELF__.carousel.images %}
{# Show caption only if there is image title or description #}
{% if image.title or image.description %}