{% 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' %}
{{ _('Evaluación') }}
{{ _('Realizar Evaluación') }}
{% 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') }}