{{'Service.T10' | trans}}

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