{% if element.translated.prepend or element.translated.append %}
<div class="input-group">
{% sw_include "@MoorlForms/plugin/moorl-fb/component/wrapper/input-group-text.html.twig" with {where: 'prepend'} %}
{{ formElementInput }}
{% sw_include "@MoorlForms/plugin/moorl-fb/component/wrapper/input-group-text.html.twig" with {where: 'append'} %}
</div>
{% else %}{{ formElementInput }}{% endif %}