{% extends 'preinscription/profil/profil_base.html' %} {% load static %} {% block profil_content %}

Profil candidat


INFORMATIONS PERSONNELLES

No d'Inscription : {% if not etudiant.nce %}{% else %} {{etudiant.nce}}{% endif %}
Nom : {% if not etudiant.nom %}{% else %} {{etudiant.nom}}{% endif %}
Prénoms : {% if not etudiant.prenoms %}{% else %} {{etudiant.prenoms}}{% endif %}
Sexe : {% if not etudiant.sexe %}{% else %} {{etudiant.sexe}}{% endif %}
Date de naissance : {% if not etudiant.datenaiss %}{% else %} {{etudiant.datenaiss|date:'d-m-Y'}}{% endif %}
Lieu de naissance : {% if not etudiant.lieunaiss %}{% else %} {{etudiant.lieunaiss}}{% endif %}
Email : {% if not etudiant.email %}{% else %} {{etudiant.email}}{% endif %}
Telephone : {% if not etudiant.phone %} {% else %} {{etudiant.phone}}{% endif %}


INFORMATIONS PARENTS/TUTEUR

Nom et prénoms du père : {% if not etudiant.nom_pere %}{% else %} {{etudiant.nom_pere}}{% endif %}
Contact du père : {% if not etudiant.contact_pere %}{% else %} {{etudiant.contact_pere}}{% endif %}
Nom et prénoms de la mère : {% if not etudiant.nom_mere %}{% else %} {{etudiant.nom_mere}}{% endif %}
Contact de la mère : {% if not etudiant.contact_mere %}{% else %} {{etudiant.contact_mere}}{% endif %}
Contact téléphonique en cas d'urgence : {% if not etudiant.contact_urgence %}{% else %} {{etudiant.contact_urgence}}{% endif %}
Domicile de la personne à contacter : {% if not etudiant.habitation_contact_urgence %}{% else %} {{etudiant.habitation_contact_urgence}}{% endif %}

INFORMATIONS RELATIVES AU BAC

Année du BAC : {% if not etudiant.annee_bac %}{% else %} {{etudiant.annee_bac}}{% endif %}
Numéro du BAC : {% if not etudiant.numero_bac %}{% else %} {{etudiant.numero_bac}}{% endif %}
Série du BAC : {% if not etudiant.serie_bac %}{% else %} {{etudiant.serie_bac}}{% endif %}
Mention : {% if not etudiant.mention_bac %}{% else %} {{etudiant.mention_bac}}{% endif %}
Matricule : {% if not etudiant.matricule %}{% else %} {{etudiant.matricule}}{% endif %}
Centre d'obtention (BAC) : {% if not etudiant.centre_compo_bac %}{% else %} {{etudiant.centre_compo_bac}}{% endif %}
Ecole d'origine : {% if not etudiant.etablissement_bac %}{% else %} {{etudiant.etablissement_bac}}{% endif %}
Type de l'école : {% if not etudiant.type_etablissement %}{% else %} {{etudiant.type_etablissement}}{% endif %}
Modifier le profil

{% endblock profil_content %}