{% set current_theme = current_theme() %} {{ current_theme.headertags() }} Panel del usuario {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Bienvenido {{ current_user.nombre }} {{ current_user.apellido }}

Información del sistema.

Cursos

{{ cuenta_cursos }}

Certificaciones

{{ cuenta_certificados }}

Mis Cursos
{% if current_user.tipo in ["student", "instructor", "moderator"] %}
Mensajes

Gestiona tus conversaciones con instructores y estudiantes.

Ver Mis Mensajes
{% endif %}