Apellido y Nombre
DNI
Presente
Psicólogo
Psiquiátra
Acciones
{% for indice, postulante in postulantes %}
{% if indice % 2 == 0 %}
{% else %}
{% endif %}
{{ include('entrevistas/entrevistado/_formEntrevistado.html.twig',
{'form': postulante['form'],
'cronograma': cronograma,
'presentacionAntecedentes': postulante['presentacionAntecedentes'],
'imagen': postulante['imagen']}) }}
{% endfor %}