{% extends 'core/dashboard-layout.html.twig' %} {% block title %}Mon Profil - Portail Enseignant{% endblock %} {# Configuration spécifique à l'enseignant #} {% set header_icon = 'fa-user-circle' %} {% set header_title = 'Centre Informatique' %} {% set notification_count = '2' %} {% set user_role = 'Enseignant' %} {% set offcanvas_title = 'EnseignantPortal' %} {% set notifications_url = path('app_teacher_notifications') %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block dashboard_content %}
{% if teacher.profilePhotoUrl %} Photo de profil {% else %}
{% endif %}
Changer

{{ teacher.firstName }} {{ teacher.lastName }}

{{ teacher.teacherRoleLabel }}

{% if teacher.grade %}

{{ teacher.grade.name }}

{% endif %}
{{ teacher.statusLabel }} {% if teacher.hasPhd %} PhD {% endif %} {% if teacher.managedDepartment %} {{ teacher.managedDepartment.name }} {% endif %}

Informations Personnelles

Informations Professionnelles

{% if teacher.managedDepartment %}

Département géré

{{ teacher.managedDepartment.name }} {{ teacher.managedDepartment.code }}
{% endif %}

Statistiques

{{ teacher.assignedCourses|length }} Cours assignés
{{ teacher.experienceYears ?? 0 }} Années d'expérience
{{ teacher.grade ? teacher.grade.name : 'N/A' }} Grade actuel

Curriculum Vitae

{% if teacher.cv %}

CV actuel

Dernière mise à jour: {{ teacher.updatedAt.format('d/m/Y H:i') }}

{% endif %}

{{ teacher.cv ? 'Mettre à jour le CV' : 'Télécharger un CV' }}

Formats acceptés: PDF, DOC, DOCX (max 10MB)

Biographie

0 / 1000 caractères

Préférences

Sécurité

Mise à jour en cours...

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