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