{% if currentWidget.properties.items|length > 0 %}
{% for item in currentWidget.properties.items %}
{% if item.alt %}{{ item.alt }}{% else %}{{ item.name }}{% endif %} {% if item.caption %}
{% filter page_html_content(item, 'widget:carousel.caption') %}{% include template_from_string(item.caption) %}{% endfilter %}
{% endif %}
{% endfor %}
{% else %}
{% endif %}