{% extends 'scolarite/ags_base.html' %} {% load static %} {% load custom_tag %} {% load custom_tag_obj %} {% block head %}{% endblock head %} {% block page_title %} {% endblock page_title %} {% block content %}
{% if etudiant.avatar %}
{% endif %}
Fiche de scolarité {% include 'scolarite/reinscription/modal_reinscription.html' %} |
|
| Status | {% if not NT %} En attente... {% else %} Inscrit(e) en {{niv_suivant|upper}} {% endif %} |
| No. Inscription | {% if etudiant.nce %}{{etudiant.nce}}{% endif %} |
| Nom et prénoms | {{etudiant}} |
| Date et lieu de naissance | {% if etudiant.datenaiss %}{{etudiant.datenaiss|date:'d-m-Y'}}{% endif %} à {% if etudiant.lieunaiss %}{{etudiant.lieunaiss}}{% endif %} |
| Sexe | {% if etudiant.sexe %}{{etudiant.sexe}}{% endif %} |
| Contact/Email | {% if etudiant.phone %}{{etudiant.phone}}{% endif %} / {{etudiant.email}} |
| UFR | {% if etudiant.ufr %}{{etudiant.ufr.code}} - {{etudiant.ufr.libelle}}{% endif %} |
| {{doc.libelle}} |
{% if doc.id|check_document_add:etudiant.id %}
voir le document
{% if not doc.id|check_document_valid:etudiant.id %}
{% else %}
|
| {{ semestre.niveau }} | {{ semestre }} | {% if annee_prec %} {{annee_prec}}{% endif %} | ||||
|---|---|---|---|---|
| DECISION : {{ EtudAn|get_decision_annuelle_etudiant:semestre}} | ||||
| CODE | LIBELLE | CREDITS | MOYENNE | DECISION |
| {{ item.code }} | {{ item.libelle }} | {{ item|get_credit_ue }} | {{ EtudAn|get_etudiant_moyenne_ue3:item |stringformat:".2f" }} | {% if EtudAn|get_etudiant_moyenne_ue3:item >= item|get_note_delib_ue:annee_prec and item|get_note_delib_ue:annee_prec > 0 %} validé(e) {% else %} ajourné(e) {% endif %} |