{{ form_start(form, { attr: { id: 'ambito_legal_form' }, action: action }) }}
{{ form_widget(form.fecha, { attr: { class: 'form-control' } }) }}
{{ form_widget(form.tipoIntervencion, { attr: { class: 'form-select' } }) }}

Indicadores legales
{{ form_row(form.causasPendientes) }}
{{ form_row(form.penasCumplidas) }}
{{ form_row(form.penasPendientes) }}
{{ form_row(form.tbc) }}

Otros
{{ form_widget(form.otros, { attr: { class: 'form-control', rows: 3 } }) }}
{{ form_end(form) }}