{% extends 'base.html.twig' %} {% block breadcrumb %} {% endblock %} {% block notificacion_body %}
dashboard

Portal del Consejo


{% if is_granted('ROLE_SESIONES') %} {% endif %} {% if is_granted('ROLE_ENTREVISTAS') %}
Entrevistas de la semana
{% set diaActual = '' %} {% for cronograma in cronogramas_semana %} {% if diaActual != cronograma.fechaEntrevista|date('Y-m-d') %} {% if diaActual != '' %}
{% endif %}
Entrevistas del día: {{ cronograma.fechaEntrevista|format_datetime('full', 'none', locale='es_AR') }}
{% endif %}
{% endif %}
{% endblock %} {% block body %} {% endblock %}