{{ form_start(form) }}
{{ form_widget(form.searchInput, {'attr': {'class': 'form-control border-0 bg-light'}}) }}
{{ form_end(form) }}