{% 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') }}

{{ cronograma.cargo }} {% if cronograma.territorialidad is not null %} - {{ cronograma.territorialidad }}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent()}} {% endblock %} {% block body %}
{% for indice, postulante in postulantes %} {% endfor %}
Volver undo
{% endblock %}