{% if currentWidget.properties.items|length > 0 %}
{% for item in currentWidget.properties.items %} {% if item.thumbnail.alt %}{{ item.thumbnail.alt }}{% else %}{{ item.thumbnail.name }}{% endif %} {% if currentWidget.properties.settings.showCaptions %} {% if item.captionType == 'html' %}
{{ item.caption | raw }}
{% else %}

{{ item.caption }}

{% endif %} {% endif %}
{% endfor %}
{% else %}
{% endif %}