{% extends 'base.html.twig' %} {% block breadcrumb %}
{% endblock %} {% block titular_body %}{{ cronograma.cargo }} {% if cronograma.territorialidad is not null %} - {{ cronograma.territorialidad }} {% endif %}
Nombre y Apellido | Presente | Nota | Aprobado | Entrevista | |||||
---|---|---|---|---|---|---|---|---|---|
{{postulante['presentacionAntecedentes'].datosPersonales.nombres|capitalize}} {{postulante['presentacionAntecedentes'].datosPersonales.apellidos|capitalize}} | {# DNI #}{{postulante['presentacionAntecedentes'].datosPersonales.dni}} | {# Presente #} {% if postulante['resultadoEntrevista'] == null %}Sin cargar | Sin cargar | Sin cargar | Sin cargar | {% else %} {% if postulante['resultadoEntrevista'].presente %} {# Presente #}check_circle_outline | {# Url Entrevista #} | {% if postulante['resultadoEntrevista'].enlaceGrabacion %} Ver Entrevista voice_chat {% else %} Sin cargar {% endif %} | {# detalles #} {% set detalles = postulante['resultadoEntrevista'].detalleResultados %} {% for key,detalle in detalles %}|
{{detalle.cargo}} | {{detalle.nota}} | {{ detalle.aprobado is null ? 'Sin cargar' : (detalle.aprobado ? 'check_circle_outline' : 'highlight_off') }} | |||||||
{{cronograma.cargo}} | highlight_off | - | - |