{% for t in 0..2 %}
{% set iconSelect = pimcore_select('icon_' ~ t, {
width: 30,
store: iconStore,
reload: true,
listConfig: {'cls': 'glyphicon-selection'}
}) %}
{% if editmode %}
{{ iconSelect|raw }}
{% endif %}
{{ pimcore_input('title_' ~ t) }}
{{ pimcore_textarea('text_' ~ t) }}
{{ pimcore_link('link_' ~ t, {
class: 'btn btn-default'
}) }}
{% endfor %}