Ajouter Service

{{ form_start(form,{'action': path('service_new'), 'attr' : {'id': 'formService'}}) }}
{{ form_widget(form.name, { 'attr': {'class': 'form-control', 'required' : 'true' , 'placeholder': 'Nom service' }}) }}
{{ form_end(form) }}