{% set current_theme = current_theme() %} {{ current_theme.headertags() }} Próximos Eventos - Calendario {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}
{% if events %}
{% for event in events %}
{% if event.resource_type == 'meet' %} Sesión en Vivo {% else %} Evaluación {% endif %} {{ event.start_time.strftime('%d/%m/%Y %H:%M') }}
{{ event.title }}
{% if event.description %}

{{ event.description[:100] }}{% if event.description|length > 100 %}...{% endif %}

{% endif %} {% if event.course %}

{{ event.course.nombre }}

{% endif %}
{% endfor %}
{% else %}

No tienes eventos próximos

Cuando te inscribas en cursos, aquí aparecerán tus sesiones programadas y fechas límite de evaluaciones.

Explorar Cursos
{% endif %}