{{ form_start(formResultado, {'action': path(action, {'idView': presentacionAntecedente.idView, 'cr_id': cronograma.idView }) }) }}
Edición del enlace de Grabación
{{presentacionAntecedente.datosPersonales.apellidos|split(' ')|reduce((carry, v) => carry ~ ' ' ~ v|capitalize)}}, {{presentacionAntecedente.datosPersonales.nombres|split(' ')|reduce((carry, v) => carry ~ ' ' ~ v|capitalize)}}

{{ form_row(formResultado.enlaceGrabacion, {'label_attr': {'class': 'active'}, 'attr': {'class': 'file-path validate', 'type': 'text'}}) }}
{{ form_end(formResultado) }}