{% set ruta_formulario = path(action, {'idView': idView }) %} {{ form_start(formDetalleInforme, {'action': ruta_formulario }) }}
Seleccione cargo y resultado
{{informe.presentacionAntecedentes.datosPersonales.apellidos}}, {{informe.presentacionAntecedentes.datosPersonales.nombres}}

{{ form_row(formDetalleInforme.cargo) }} {{ form_row(formDetalleInforme.resultado) }}
{{ form_end(formDetalleInforme) }}