{% extends 'form_div_layout.html.twig' %} {# Tailwind CSS Form Theme with Dark Mode & Animations Support #} {# ======================================== FORM ROW - Container for each field ======================================== #} {% block form_row -%}
{{ error.message }}
{%- endfor -%}{%- if translation_domain is same as(false) -%} {%- if help_html is same as(false) -%} {{- help -}} {%- else -%} {{- help|raw -}} {%- endif -%} {%- else -%} {%- if help_html is same as(false) -%} {{- help|trans(help_translation_parameters, translation_domain) -}} {%- else -%} {{- help|trans(help_translation_parameters, translation_domain)|raw -}} {%- endif -%} {%- endif -%}
{%- endif -%} {%- endblock form_help %} {# ======================================== HIDDEN INPUT ======================================== #} {% block hidden_widget -%} {%- set type = type|default('hidden') -%} {{ block('form_widget_simple') }} {%- endblock hidden_widget %} {# ======================================== COLLECTION WIDGET ======================================== #} {% block collection_widget -%}