mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
5 lines
157 B
Twig
5 lines
157 B
Twig
{{ form_start(form) }}
|
|
{{ form_widget(form) }}
|
|
<button class="sc-button bt-create">{{ button_label|default('Save') }}</button>
|
|
{{ form_end(form) }}
|