{% extends 'core/dashboard-layout.html.twig' %} {% block title %}Gestion des Étudiants{% endblock %} {# Configuration spécifique à la page étudiants #} {% set header_icon = 'fa-users' %} {% set header_title = 'Centre Informatique - Gestion des Étudiants' %} {% set notification_count = '7' %} {% set user_role = 'Enseignant' %} {% set offcanvas_title = 'EnseignantPortal' %} {% set notifications_url = path('app_teacher_notifications') %} {% block dashboard_stylesheets %} {% endblock %} {% block dashboard_content %}
Étudiant | Matricule | Département | Niveau | Statut | Contact | Actions | |
---|---|---|---|---|---|---|---|
{{ student.firstName|slice(0,1)|upper }}{{ student.lastName|slice(0,1)|upper }}
{{ student.firstName }} {{ student.lastName }}
|
{{ student.matricule }} | {{ student.level and student.level.department ? student.level.department.name : 'Non défini' }} | {{ student.level ? student.level.cycle ~ ' ' ~ student.level.number : 'Non défini' }} | {{ student.status.label }} |
{% if student.email %}
{{ student.email }}
{% endif %}
{% if student.phone %}
{{ student.phone }}
{% endif %}
|
||
Aucun étudiant trouvéEssayez de modifier vos critères de recherche |