{% if currentWidget.properties.items|length > 0 %}
{% for item in currentWidget.properties.items %}
{{ item.content.alt | default(item.content.name) }}
{% if item.caption.content %}
{% if item.caption.type=='html' %} {% filter page_html_content(item, 'widget:tile_gallery.caption') %}{% include template_from_string(item.caption.content) %}{% endfilter %} {% else %} {{ item.caption.content | escape }} {% endif %}
{% endif %}
{% endfor %}
{% else %} {% if isPreview %}
{% endif %} {% endif %}