TheL4FPRO
TheL4FPRO
  • Inicio
  • {% if not (user and user.role == 'admin') %}
  • Sobre Nosotros
  • {% endif %}
  • Reservas
  • {% if user %} {% if user.role == 'docente' %}
  • Panel Docente
  • {% elif user.role == 'admin' %}
  • Gestión Usuarios
  • {% endif %} {% if user.role == 'docente' or user.role == 'admin' %}
  • Valoraciones
  • {% endif %} {% if user.role == 'admin' %}
  • Contabilidad
  • {% endif %}
  • {{ user.name[0].upper() if user.name else 'U' }}
    {{ user.name }}
    {{ user.email }}
    {{ user.role.title() if user.role else 'Usuario' }}
    Mi Perfil Configuración Mis Notas Notificaciones {% if notifications_count and notifications_count > 0 %} {{ notifications_count }} {% endif %} {% if user.role in ['admin', 'docente'] %}
    Panel Admin {% endif %} {% if user.role == 'admin' or user.role == 'docente' %} Info Usuarios {% endif %}
    Cerrar Sesión
  • {% else %}
  • Iniciar Sesión
  • Registro
  • {% endif %}