custom/plugins/MoorlForms/src/Resources/views/plugin/moorl-fb/component/form/form-content.html.twig line 1

Open in your IDE?
  1. {% if form.type == 'test' %}
  2.     {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  3.         type: 'info',
  4.         content: 'moorl-fb.formTypeTest'|trans|sw_sanitize
  5.     } %}
  6. {% endif %}
  7. {% sw_include "@MoorlForms/plugin/moorl-fb/component/element/root.html.twig" with {
  8.     children: form.tree.tree
  9. } %}