{% load myTemplateTag %}
{% if establishment %}

{{ establishment.name }}

{% endif %}

Fiche Élèves

{{ student.last_name }} {{ student.first_name }}{% if school_year %} — {{ school_year }}{% endif %}

{% if student.photo %} Photo {% endif %}

INFORMATIONS DE L'ÉLÈVE
Nom {{ student.last_name }} Prénom {{ student.first_name }}
Genre {{ student|getStudentGender }} Niveau {{ student|getStudentLevel }}
Date de naissance {{ student.formatted_birth_date }} Lieu de naissance {{ student.birth_place }}{% if student.birth_postal_code %} ({{ student.birth_postal_code }}){% endif %}
Nationalité {{ student.nationality }} Médecin traitant {{ student.attending_physician }}
Adresse {{ student.address }}
RESPONSABLES LÉGAUX
{% for guardian in student.getGuardians %}
Responsable {{ forloop.counter }}
Nom {{ guardian.last_name }} Prénom {{ guardian.first_name }}
Date de naissance {{ guardian.birth_date }} Téléphone {{ guardian.phone|phone_format }}
Email {{ guardian.email }}
Adresse {{ guardian.address }}
Profession {{ guardian.profession }}
{% empty %}

Aucun responsable renseigné.

{% endfor %}
{% if student.getSiblings %}
FRATRIE
{% for sibling in student.getSiblings %}
Frère / Sœur {{ forloop.counter }}
Nom {{ sibling.last_name }} Prénom {{ sibling.first_name }}
Date de naissance {{ sibling.birth_date }}
{% endfor %}
{% endif %}
MODALITÉS DE PAIEMENT
Frais d'inscription {{ student|getRegistrationPaymentMethod }} — {{ student|getRegistrationPaymentPlan }}
Frais de scolarité {{ student|getTuitionPaymentMethod }} — {{ student|getTuitionPaymentPlan }}

Document généré le {{ signatureDate }} à {{ signatureTime }}