{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} {{ event.title }} - Calendario {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}
{% if event.resource_type == 'meet' %} Sesión en Vivo {% else %} Evaluación {% endif %}

{{ event.title }}

{% if event.description %}
Descripción

{{ event.description }}

{% endif %}
Fecha y Hora

{{ event.start_time.strftime('%A, %d de %B de %Y') }}

{{ event.start_time.strftime('%H:%M') }} {% if event.end_time %} - {{ event.end_time.strftime('%H:%M') }} {% endif %}

Estado

{% if event.status == 'pending' %} Pendiente {% elif event.status == 'ongoing' %} En Curso {% elif event.status == 'completed' %} Completado {% else %} {{ event.status|title }} {% endif %}

{% if event.course %} {% endif %} {% if event.resource and event.resource_type == 'meet' %}
Enlace de la Sesión
{% if event.resource.url %} Unirse a la Sesión {% else %}

El enlace de la sesión estará disponible próximamente.

{% endif %}
{% endif %} {% if event.evaluation and event.resource_type == 'evaluation' %} {% endif %}
Información Adicional
Tipo de Evento:
{% if event.resource_type == 'meet' %} Sesión en vivo con tutor {% else %} Fecha límite de evaluación {% endif %}
{% if event.timezone %}
Zona Horaria:
{{ event.timezone }}
{% endif %}
Creado:
{{ event.timestamp.strftime('%d/%m/%Y %H:%M') }}
{% if event.modificado %}
Actualizado:
{{ event.modificado.strftime('%d/%m/%Y %H:%M') }}
{% endif %}
Acciones Rápidas
Exportar Calendario {% if event.course %} Ver Curso {% endif %}