{{ form_start(form, { attr: { id: 'ambito_formativo_laboral_form' }, action: action|default('') }) }}
{{ form_row(form.fecha) }}
{{ form_row(form.tipoIntervencion) }}
Apoyos Formativo-Laborales
{{ form_row(form.apoyoCursos) }}
{{ form_row(form.apoyoBusquedaEmpleo) }}
{{ form_row(form.apoyoIncorporacionEmpleo) }}
{{ form_row(form.otros) }}
{{ form_end(form) }}