custom/plugins/MoorlForms/src/Resources/views/plugin/moorl-fb/component/wrapper/input-group.html.twig line 1

Open in your IDE?
  1. {% if element.translated.prepend or element.translated.append %}
  2.     <div class="input-group">
  3.         {% sw_include "@MoorlForms/plugin/moorl-fb/component/wrapper/input-group-text.html.twig" with {where: 'prepend'} %}
  4.         {{ formElementInput }}
  5.         {% sw_include "@MoorlForms/plugin/moorl-fb/component/wrapper/input-group-text.html.twig" with {where: 'append'} %}
  6.     </div>
  7. {% else %}{{ formElementInput }}{% endif %}