{{ pimcore_image('image_' ~ i, {
thumbnail: 'galleryCarousel',
dropClass: id ~ '-' ~ i,
defaultHeight: 200
}) }}
{% set captionTitle = pimcore_input('caption-title-' ~ i, { width: 400 }) %}
{% set captionText = pimcore_textarea('caption-text-' ~ i, { width: 400 }) %}
{% if editmode or not captionTitle.isEmpty() %}
{{ captionTitle|raw }}
{% endif %}
{% if editmode or not captionText.isEmpty() %}
{{ captionText|raw }}
{% endif %}