{# templates/form/file_gallery_theme_bs3.html.twig #} {# Form theme per FileGalleryType - Versione Bootstrap 3 Per usarlo, aggiungi in twig.yaml: twig: form_themes: - 'bootstrap_3_layout.html.twig' - 'form/file_gallery_theme_bs3.html.twig' #} {% use "bootstrap_3_layout.html.twig" %} {% block file_gallery_row %}
{{ form_label(form) }} {{ form_widget(form) }} {{ form_errors(form) }}
{% endblock %} {% block file_gallery_label %} {% endblock %} {% block file_gallery_widget %} {% spaceless %} {% endspaceless %} {% endblock %}