{% if(sub is defined) %}
{% endif %}
Identite de l eleve
{% if is_granted('ROLE_ADMIN') %} {% endif %}| Photo d identite |
{% if(file_exists is defined) %}
|
|---|---|
| Matricule | {{ student.matricule }} |
| Nom | {{ student.lastName }} |
| Prénom | {{ student.firstName }} |
| Sexe | {% if student.gender %} F {% else %} M {% endif %} |
| Date de naissace | {% if student.birthday %} {{ student.birthday|date('Y-m-d') }} {% endif %} |
| Lieu de naissance | {{ student.birthplace }} |
| Père | {{ student.fatherName }} |
| Mère | {{ student.motherName }} |
| Contact 1 | {{ student.primaryContact }} |
| Contact 2 | {{ student.secondaryContact }} |
| Maladie particulière | {{ student.particularDisease }} |
| Autres | {{ student.otherInformations }} |
{% if is_granted('ROLE_ADMIN') %}
Recu de scolarite
Badge
Certificat scolairite
Bull Trim
Bull Ann
{% endif %}