{% 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 %}

INFORMATIONS PERSONNELLES

{% if etudiant.avatar %} {% else %} {% 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}}
ETABLISSEMENT {% if etudiant.ufr %}{{etudiant.ufr.code}} - {{etudiant.ufr.libelle}}{% endif %}

TYPE DE DOCUMENT

{% for doc in typedocs %} {% empty %} AUCUN RESULTAT {% endfor %}
{{doc.libelle}}   {% if doc.id|check_document_add:etudiant.id %} voir le document {% if not doc.id|check_document_valid:etudiant.id %} {% else %} {% endif %} {% else %} {% endif %} {% include 'scolarite/inscription/modal_valid_doc.html' %}
RECAPITULATIF DE L'ANNEE PRECEDENTE
DECISION ANNUELLE {{annee_prec}} : {{ etudiant|decision_annuelle_etudiant_by_annee:annee_prec}}


{% for semestre in semestres %} {% for item in UfrAn|get_ue_by_ufr_and_semestre_set:semestre.id %} {% endfor %} {% endfor %}
{{ semestre.niveau }} | {{ semestre }} | {% if annee_prec %} {{annee_prec}}{% endif %}
DECISION : {{ EtudAn|get_decision_annuelle_etudiant:semestre}}
CODE LIBELLE COEFFICIENT 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 %}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}