{{ form_start(form) }}
Ville
{{form_row(form.name, {'attr': {'class': 'form-control ps-5',}, 'label':false})}}
{{ form_end(form) }}