| Civilité | Nom | Prénom | Adresse | Code postal | Ville | Téléphone | Mobile | |
|---|---|---|---|---|---|---|---|---|
| {{ parent.gender === 'm' ? 'M' : 'Mme'}} | {{ parent.lastname }} | {{ parent.firstname }} | {{ parent.address.street }} | {{ parent.address.zipCode }} | {{ parent.address.city }} | {{ parent.phone }} | {{ parent.cellphone }} | {{ parent.email }} |
| Prénom | Naissance prévue | Date d'entrée | Rythme |
|---|---|---|---|
| {{ child.firstname }} | {{ child.birthdate | date: 'dd/MM/yyyy' }} | {{ child.startdate | date: 'dd/MM/yyyy' }} | {{ getChildRythm(child) }} |