<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
@page{
margin: 0;
padding: 0;
}
body{padding: 0; margin: 0; color:rgb(26, 47, 139); font-family: sans-serif; font-size: 14px;}
.recto{page-break-after: always;}
.page-break{page-break-after: always;}
</style>
<title>FICHE D'INSCRIPTION ET DE RENSEIGNEMENT - MATERNELLE ET PRIMAIRE</title>
</head>
<body>
<div class="recto">
<div class="section">
<table width="100%" cellspacing="0" cellpadding="5">
<tr>
<td width="10%" style="text-align:center;">
{% if setting.image %}
<img src="{{ app_web_url }}/images/establishments/{{ setting.image }}" style="width: 150px; height: 150px;">
{% else %}
<img src="{{ app_web_url }}/assets/dist-assets/images/logo-cu.png" style="width: 150px; height: 150px;">
{% endif %}
</td>
<td width="80%" style="text-align:center; font-size: 40px;">
{{ setting.name }}<br>
<strong style="font-size: 20px;">{{ setting.mainActivity }}</strong>
<p style="font-size: 14px;">
{{ setting.underSupervision }}<br>
{{ setting.location }}<br>
Tel: {{ setting.phoneNumber }} - Mobile: {{ setting.mobileNumber }}<br>
{{ setting.website }} - Email: {{ setting.email }}.
</p>
</td>
<td width="10%" style="text-align:center;">
{% if registration_student_pre_registration.image %}
<img src="{{ app_web_url }}/images/students/{{ registration_student_pre_registration.image }}" style="width: 150px; height: 150px;">
{% else %}
<img src="{{ app_web_url }}/img/photo-student.png" style="width: 150px; height: 150px;">
{% endif %}
</td>
</tr>
</table>
</div>
<div class="section">
<div style="background-color: orange; color: white; padding: 7px;font-size: 30px; margin: 5px; border-radius: 30px; text-align: center; justify-content: center; display: flex;">
FICHE D'INSCRIPTION ET DE RENSEIGNEMENTS
</div>
<div>
<h2 style="text-align: center;">ANNEE SCOLAIRE : {{ school_year.code }} CODE PRE-INSCRIPTION : {{ registration_student_pre_registration.code }}</h2>
<div>
<div style="padding: 10px; border: 1px solid rgb(26, 47, 139);">
<p>
<label>DATE : <span style="color: #000;">{{ registration_student_pre_registration.createDate|date('d/m/Y') }}</span></label>
<label style="margin-left: 4cm;">CLASSE : <span style="color: #000;">{{ registration_student_pre_registration.entryLevel.label }}</span></label>
<label style="margin-left: 3cm;">REDOUBLANT OUI/NON : <span style="color: #000;">{{ registration_student_pre_registration.isRedoubling ? 'OUI' : 'NON' }}</span></label>
</p>
<p>
<label>DERNIER ECOLE FREQUENTEE : <span style="color: #000;">{{ registration_student_pre_registration.lastSchoolAttended }}</span></label>
<label style="margin-left: 7cm;">PRIVE/PUBLIC : <span style="color: #000;">{{ registration_student_pre_registration.lastSchoolAttendedType }}</span></label>
</p>
<p>
<label>SAUT DE CLASSE : <span style="color: #000;">{{ registration_student_pre_registration.isClassJump ? 'OUI' : 'NON' }}</span></label>
{% if registration_student_pre_registration.isClassJump %}
<label style="margin-left: 5cm;">
SI OUI, LESQUELLES
<span style="color: #000;">
{% for classJump in registration_student_pre_registration.classJumps %}
{{ classJump.label }} {% if not loop.last %},{% endif %}
{% endfor %}
</span>
</label>
{% endif %}
</p>
<p>
<label>
<strong>TEST EFFECTUE OUI/NON :</strong>
<span style="color: #000;">{{ registration_student_pre_registration.isEntryTestDone ? 'OUI' : 'NON' }}</span>
</label>
<label style="margin-left: 7cm;">MATRICULE: <span style="color: #000;">{{ registration_student_pre_registration.registrationNumber }}</span></label>
</p>
</div>
<div style="padding: 10px; border: 1px solid rgb(26, 47, 139);">
<label>NOM ET PRENOM: <span style="color: #000;">{{ registration_student_pre_registration.name }}</span></label>
<p>
<label>DATE DE NAISSANCE: <span style="color: #000;">{{ registration_student_pre_registration.birthDay|date('d/m/Y') }}</span></label>
<label style="margin-left: 7cm;">LIEU DE NAISSANCE: <span style="color: #000;">{{ registration_student_pre_registration.birthLocation }}</span></label>
</p>
<p>
<label>NATIONALITE: <span style="color: #000;">{{ registration_student_pre_registration.nationality }}</span></label>
<label style="margin-left: 7cm;">SEXE: <span style="color: #000;">{{ registration_student_pre_registration.gender }}</span></label>
</p>
<label>DOMICILE: <span style="color: #000;">{{ registration_student_pre_registration.location }}</span></label>
</div>
</div>
</div>
</div>
<div class="section">
<div style="margin: 5px;">
<p>
<label><strong>L'enfant réside:</strong></label>
<input type="checkbox" {% if registration_student_pre_registration.whereResides == "CHEZ SES PARENTS" %}checked{% endif %}/> <label>Chez les deux parents</label>
<input type="checkbox" style="margin-left: 2cm;" {% if registration_student_pre_registration.whereResides == "CHEZ SON PERE" %}checked{% endif %}/> <label>Chez le père</label>
<input type="checkbox" style="margin-left: 2cm;" {% if registration_student_pre_registration.whereResides == "CHEZ SA MERE" %}checked{% endif %}/> <label>Chez la mère</label>
<input type="checkbox" style="margin-left: 2cm;" {% if registration_student_pre_registration.whereResides == "CHEZ UN TUTEUR" %}checked{% endif %}/> <label>Chez un tuteur</label>
</p>
<p>
<label class="titre1"><strong>Situation Familiale:</strong></label>
<input type="checkbox" {% if registration_student_pre_registration.parentStatus == "CELIBATAIRE" %}checked{% endif %}/> <label>Célibataire</label>
<input type="checkbox" style="margin-left: 1cm;" {% if registration_student_pre_registration.parentStatus == "VIE MARITALE" %}checked{% endif %}/> <label>Vie maritale</label>
<input type="checkbox" style="margin-left: 1cm;" {% if registration_student_pre_registration.parentStatus == "MARIE(E)" %}checked{% endif %}/> <label>Marié(e)</label>
<input type="checkbox" style="margin-left: 1cm;" {% if registration_student_pre_registration.parentStatus == "DIVORCE(E)" %}checked{% endif %}/> <label>Divorcé(e)</label>
<input type="checkbox" style="margin-left: 1cm;" {% if registration_student_pre_registration.parentStatus == "SEPARE(E)" %}checked{% endif %}/> <label>Separé(e)</label>
<input type="checkbox" style="margin-left: 1cm;" {% if registration_student_pre_registration.parentStatus == "VEUF(VE)" %}checked{% endif %}/> <label>Veuf(ve)</label>
</p>
</div>
</div>
<div class="section">
<p><strong>RESPONSABLES DE L'ENFANT</strong> <span>(en cas de divorce, prière préciser à l'administration la garde de l'enfant)</span></p>
<table width="100%" border="0" cellspacing="10" cellpadding="5">
<tr>
<td style="width: 50%; padding: 10px; border: 1px solid rgb(26, 47, 139);">
<p>
<label>NOM & PRENOMS: <span style="color: #000;">{{ registration_student_pre_registration.fatherLastName }} {{ registration_student_pre_registration.fatherFirstName }}</span></label>
</p>
<p>
<label>Père</label><input type="checkbox" checked/>
<label style="margin-left: 5cm;">Responsable légal</label> <input type="checkbox" {% if registration_student_pre_registration.isParntalAuthorityFather %}checked{% endif %}/>
</p>
<p>
<label>Profession: <span style="color: #000;">{{ registration_student_pre_registration.fatherPost }}</span></label>
</p>
<p>
<label>Domicile: <span style="color: #000;">{{ registration_student_pre_registration.fatherLocation }}</span></label>
</p>
<p>
<label>Téléphone: <span style="color: #000;">{{ registration_student_pre_registration.fatherPhoneNumber }}</span></label>
</p>
<p>
<label>Email: <span style="color: #000;">{{ registration_student_pre_registration.fatherEmail }}</span></label>
</p>
<p>A prévenir en cas d'urgence OUI/NON : <span style="color: #000;">{{ registration_student_pre_registration.isFatherCallToEmergency ? 'OUI' : 'NON' }}</span></p>
</td>
<td style="width: 50%; padding: 10px; border: 1px solid rgb(26, 47, 139);">
<p>
<label>NOM & PRENOMS: <span style="color: #000;">{{ registration_student_pre_registration.motherLastName }} {{ registration_student_pre_registration.motherFirstName }}</span></label>
</p>
<p>
<label>Mère</label><input type="checkbox" checked/>
<label style="margin-left: 5cm;">Responsable légal</label> <input type="checkbox" {% if registration_student_pre_registration.isParntalAuthorityMother %}checked{% endif %}/>
</p>
<p>
<label>Profession: <span style="color: #000;">{{ registration_student_pre_registration.motherPost }}</span></label>
</p>
<p>
<label>Domicile: <span style="color: #000;">{{ registration_student_pre_registration.motherLocation }}</span></label>
</p>
<p>
<label>Téléphone: <span style="color: #000;">{{ registration_student_pre_registration.motherPhoneNumber }}</span></label>
</p>
<p>
<label>Email: <span style="color: #000;">{{ registration_student_pre_registration.motherEmail }}</span></label>
</p>
<p>A prévenir en cas d'urgence OUI/NON : <span style="color: #000;">{{ registration_student_pre_registration.isMotherCallToEmergency ? 'OUI' : 'NON' }}</span></p>
</td>
</tr>
</table>
</div>
<div class="section page-break">
<div style="padding: 10px; border: 1px solid rgb(26, 47, 139);">
<p><strong>Je souhaite inscrire mon enfant:</strong></p>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
{# <tr>
<td>
<label>
<span>A la cantine scolaire? OUI/NON :</span>
<span style="color: #000;">{{ registration_student_pre_registration.isNeedCanteen ? 'OUI' : 'NON' }}</span>
</label>
</td>
<td>
<label>si oui, Retirer le règlement et la fiche à remplir.</label>
</td>
</tr> #}
{# <tr>
<td>
<label>
<span>Au Droit de garde entre 12h et 14h? OUI/NON :</span>
<span style="color: #000;">{{ registration_student_pre_registration.isNeedKeep ? 'OUI' : 'NON' }}</span>
</label>
</td>
<td>
<label>Prix: 75 000FCFA/an</label>
</td>
</tr> #}
<tr>
<td>
<label>
<span>Au Transport scolaire? OUI/NON :</span>
<span style="color: #000;">{{ registration_student_pre_registration.isNeedTransport ? 'OUI' : 'NON' }}</span>
</label>
</td>
<td>
<label>si oui, Retirer le règlement et la fiche à remplir.</label>
</td>
</tr>
<tr>
<td>
<label>
<span>Aux activités extra scolaire? OUI/NON :</span>
<span style="color: #000;">{{ registration_student_pre_registration.isNeedExtratActivity ? 'OUI' : 'NON' }}</span>
</label>
</td>
<td>
<label>Prix: 50 000FCFA/an</label>
</td>
</tr>
</table>
<p>Fiche d'engagement à retirer et à remplir(obligatoire pour la cantine, le car, les extrascolaires)</p>
</div>
</div>
<div class="section">
<div style="padding: 10px; border: 1px solid rgb(26, 47, 139);">
<p><strong style="font-size: 18px;">Personne autorisées à récupérer l'enfant et contacts à prévenir en cas d'absence</strong></p>
<p>{{ registration_student_pre_registration.accompanyingPersonName }}</p>
<p>{{ registration_student_pre_registration.accompanyingPersonPhoneNumber }}</p>
<p><strong>DOCUMENTS A JOINDRE IMPERATIVEMENT</strong></p>
<p>je reconnais avoir pris connaissance du règlement de l'ecole et l'accepte(règlement fourni en annexe1)</p>
<p>j'ai joint à ce dossier d'inscription la fiche MEDICALE(fourni en annexe) ainsi que la photocopie du carnet de vaccination;</p>
<p>06 photos d'identité récentes de l'enfant(à coller sur la fiche)</p>
<p>01 photocopie,des pièces d'identité des responsables légaux(recto/verso)</p>
<p>01 copie de l'extrait de l'enfant(de moins de 06 mois pour les Cm2)</p>
<p>je remplis la fiche d'engagement</p>
<p><strong>ATTENTION : TOUT DOSSIER INCOMPLET NE SERA PAS TRAITE !!!</strong></p>
</div>
</div>
</div>
<div class="verso">
<div class="section">
<p><strong style="font-size: 18px;">Qui est le payeur ?</strong></p>
{% if registration_student_pre_registration.responsibleOfSchooling == 'AUTRE' %}
<p><label>Nom et Prenom: <span style="color: #000;">{{ registration_student_pre_registration.responsibleOfSchoolingLastName }} {{ registration_student_pre_registration.responsibleOfSchoolingFirstName }}</span></label></p>
<p><label>Adresse: <span style="color: #000;">{{ registration_student_pre_registration.responsibleOfSchoolingAddress }}</span></label> <label>Tel: <span style="color: #000;">{{ registration_student_pre_registration.responsibleOfSchoolingPhoneNumber }}</span></label></p>
<p><label>Profession: <span style="color: #000;">{{ registration_student_pre_registration.responsibleOfSchoolingPost }}</span></label> <label>Quartier: <span style="color: #000;">{{ registration_student_pre_registration.responsibleOfSchoolingLocation }}</span></label></p>
{% else %}
<p>{{ registration_student_pre_registration.responsibleOfSchooling }}</p>
{% endif %}
<br>
<p>- Toute échéance non honorée fera l'objet d'un rappel dans <strong>les 15 jours</strong> suivant la date d'inscription</p>
<br>
<p><strong>FRAIS D'INSCRIPTION: </strong> Maternelle / Primaire <strong>50 000 FCFA</strong></p>
<br><br>
<p>Tenues scolaires suplementaires cours <strong>12 000 F - Sport 5 000 F</strong>: ......................................................................................................................</p>
<p>Polo <strong>(5 000 F)</strong>: .....................................................................................................................................................................................................</p>
<p>EP CM2 <strong>(7 500 F)</strong>: ...............................................................................................................................................................................................</p>
<p>IEP (Cp CE CM1) <strong>(1 000 F)</strong>: .................................................................................................................................................................................</p>
<p>Premier versement: ..............................................................................................................................................................................................</p>
<br><br>
<p><strong>TOTAL A L'INSCRIPTION </strong>...................................................................................................................................................................................</p>
<br><br>
<p>
<strong style="line-height: 1.7;">
IL EST FORMELLEMENT INTERDIT A NOS ENSEIGNANTS D'ETRE DES REPETITEURS DES ELEVES INSCRITS A {{ setting.name|upper }}
. A CET EFFET, NOUS VOUS CONSEILLONS VIVEMENT DE NE JAMAIS LES SOLICITER DANS CE SENS CAR EN CAS DE DECOUVERTE
L'ENSEIGNANT ET L'ELEVE SERONT TOUT DEUX RENVOYES DES ETABLISSEMENT {{ setting.establishmentGroup.name|upper }}
SANS RECOURS NI REMBOURSEMENT DES FRAIS DEJA PAYES.
</strong>
</p>
<p>Mention manuscrit " je certifie sur l'honneur l'exactitude des renseignements ci-dessus "
<br><input type="checkbox" checked/> <i>J'ai lu et approuvé le règlement intérieur et l'engagement parent.</i></p>
<p>
<strong>
<i>
NB : Cher parents, le transport scolaire, la cantine, les activités extrascolaires
(piscine, danse, karaté) sont tout aussi recouvrables au même titre que la scolarité ...
</i>
</strong>
</p>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="50%"><i>Abidjan le,</i> {{ 'now'|date('d/m/Y H:i:s') }}</td>
<td width="50%" style="text-align: right;"><i>La direction</i></td>
</tr>
</table>
<br><br><br><br><br><br><br><br>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td width="30%" style="border: 1px solid #ddd;"><strong>(Administration)<br>Le parent est reçu par :</strong></td>
<td width="70%" style="border: 1px solid #ddd;"><strong>Remarque :</strong></td>
</tr>
<tr><td style="border: 1px solid #ddd; color: #fff;">-</td><td style="border: 1px solid #ddd; color: #fff;">-</td></tr>
<tr><td style="border: 1px solid #ddd; color: #fff;">-</td><td style="border: 1px solid #ddd; color: #fff;">-</td></tr>
<tr><td style="border: 1px solid #ddd; color: #fff;">-</td><td style="border: 1px solid #ddd; color: #fff;">-</td></tr>
<tr><td style="border: 1px solid #ddd; color: #fff;">-</td><td style="border: 1px solid #ddd; color: #fff;">-</td></tr>
<tr><td style="border: 1px solid #ddd; color: #fff;">-</td><td style="border: 1px solid #ddd; color: #fff;">-</td></tr>
<tr><td style="border: 1px solid #ddd; color: #fff;">-</td><td style="border: 1px solid #ddd; color: #fff;">-</td></tr>
</table>
</div>
</div>
</body>
</html>