{# templates/form/image_gallery_theme.html.twig #} {# Form theme per ImageGalleryType Per usarlo, aggiungi in twig.yaml: twig: form_themes: ['form/image_gallery_theme.html.twig'] Oppure nel singolo template: {% form_theme form 'form/image_gallery_theme.html.twig' %} #} {% use "form_div_layout.html.twig" %} {% block image_gallery_widget %} {% spaceless %} {% endspaceless %} {% endblock %}