{% extends 'base.html.twig' %} {% block breadcrumb %} {% endblock %} {% block titular_body %}
today {% set fecha = cronograma.fechaEntrevista %}

Entrevista del {{ fecha|format_datetime(pattern='EEEE', timezone='America/Argentina/Buenos_Aires')|capitalize ~ ' ' ~ fecha|date('d/m/Y - H:i') }} {% set color = constant('App\\Entity\\Entrevistas\\CronogramaEntrevistas::VIEW_ESTADO')[cronograma.estado]['color'] %} { {{ constant('App\\Entity\\Entrevistas\\CronogramaEntrevistas::VIEW_ESTADO')[cronograma.estado]['show_name'] }} }

{{ cronograma.cargo }} {% if cronograma.territorialidad is not null %} - {{ cronograma.territorialidad }}
{% endif %}
{% if is_granted('ROLE_ENTREVISTAS_ADMIN') %} edit today Editar Resultados
{% endif %}
{% endblock %} {% block javascripts_base %} {% endblock %} {% block body %}
{% for postulante in postulantes %} {# Foto de perfil #} {# Nombre y Apellido #} {# DNI #} {# Presente #} {% if postulante['resultadoEntrevista'] == null %} {% else %} {% if postulante['resultadoEntrevista'].presente %} {# Presente #} {# Url Entrevista #} {# detalles #} {% set detalles = postulante['resultadoEntrevista'].detalleResultados %} {% for key,detalle in detalles %} {% endfor %} {% else %} {% endif %} {% endif %} {% endfor %}
Nombre y Apellido DNI Presente Nota Aprobado Entrevista
Foto de perfil {{postulante['presentacionAntecedentes'].datosPersonales.nombres|capitalize}} {{postulante['presentacionAntecedentes'].datosPersonales.apellidos|capitalize}} {{postulante['presentacionAntecedentes'].datosPersonales.dni}} Sin cargar Sin cargar Sin cargar Sin cargarcheck_circle_outline {% if postulante['resultadoEntrevista'].enlaceGrabacion %} Ver Entrevista voice_chat {% else %} Sin cargar {% endif %}
{{detalle.cargo}} {{detalle.nota}} {{ detalle.aprobado is null ? 'Sin cargar' : (detalle.aprobado ? 'check_circle_outline' : 'highlight_off') }}
{{cronograma.cargo}} highlight_off - -

Volver a Listado undo {# Volver a Calendario {# Volver a Calendario undo #} {% endblock %}