{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} {{ current_theme.local_style() }} {{ title }} - {{ config.titulo }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ title }}

{% if enrollments.items %}
{% for enrollment in enrollments.items %} {% set master_class = enrollment.master_class %}
{% if master_class.image_path %} {{ master_class.title }} {% endif %}
{{ master_class.title }}
{{ master_class.instructor.nombre }} {{ master_class.instructor.apellido or '' }}
{{ master_class.date.strftime('%d/%m/%Y') }}
{{ master_class.start_time.strftime('%H:%M') }} - {{ master_class.end_time.strftime('%H:%M') }}
{{ master_class.platform_name }}
{% if master_class.is_ongoing() %} {{ _('En Vivo Ahora') }} {% elif master_class.is_finished() %} Finalizada {% else %} {{ _('Próxima') }} {% endif %} {% if enrollment.is_access_granted() %} Confirmada {% else %} {{ _('Pendiente') }} {% endif %}
{% if master_class.is_ongoing() and enrollment.is_access_granted() %}
{{ _('¡En vivo ahora!') }}
{% endif %}
{% endfor %}
{% if enrollments.pages > 1 %} {% endif %} {% else %}

No tienes inscripciones

{{ _('Explora nuestras clases magistrales disponibles.') }}

Explorar Clases Magistrales
{% endif %}