{% if item.caption %}
{% if item.captionType=='html' %}
{% filter page_html_content(item, 'widget:slider.caption') %}{% include template_from_string(item.caption) %}{% endfilter %}
{% else %}
{{ item.caption | escape }}
{% endif %}
{% endif %}
{% endfor %}