{# templates/manager/formulaire_radio_predefini/_form.html.twig #} {{ form_start(form) }}
{{ form_label(form.titre) }} {{ form_widget(form.titre, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.titre) }}
{{ form_label(form.petiteDescription) }} {{ form_widget(form.petiteDescription, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.petiteDescription) }}
{{ form_end(form) }}