{% extends 'core/dashboard-layout.html.twig' %} {% block title %}Mon Profil - Portail Étudiant{% endblock %} {# Configuration spécifique à l'étudiant #} {% set header_icon = 'fa-user-graduate' %} {% set header_title = 'Centre Informatique' %} {% set notification_count = '1' %} {% set user_role = 'Étudiant' %} {% set offcanvas_title = 'ÉtudiantPortal' %} {% set notifications_url = path('app_student_dashboard') %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block dashboard_content %}
{% if student.profilePhotoUrl %} Photo de profil {% else %}
{% endif %}
Changer

{{ student.firstName }} {{ student.lastName }}

Étudiant(e)

{{ student.statusLabel }} {% if student.department %} {{ student.department }} {% endif %} {% if student.level %} {{ student.level.cycle }} {{ student.level.number }} {% endif %} {% if student.cohorte %} Promotion {{ student.cohorte }} {% endif %}

Informations Personnelles

Informations Académiques

Statistiques

{{ student.courseEnrollments|length }} Cours inscrits
{{ student.grades|length }} Notes
{{ student.level ? student.level.cycle ~ ' ' ~ student.level.number : 'N/A' }} Niveau actuel

Mes Documents

Photo de profil

Formats acceptés: JPG, PNG, GIF (max 5MB)

Biographie

0 / 1000 caractères

Préférences

Sécurité

Mise à jour en cours...

{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}