{% extends 'html/base.html' %} {% load static %} {% block title %} Dossier de {{ sun_child.first_name }} {{ sun_child.last_name }} {% endblock %} {% block content %}
Dernière mis à jour :
{{ sun_child.updated_by }} {{ sun_child.updated_date }}Région : {{ sun_child.region }}
Adresse : {{ sun_child.address }}
Date de naissance : {{ sun_child.birth_date }}
Nom complet du père : {{ sun_child.father_full_name }}
Nom complet de la mère : {{ sun_child.mother_full_name }}
Hôpital du jour : {{ sun_child.day_hospital }}
Ambulatoire : {{ sun_child.outpatient }}
École : {{ sun_child.school }}
Cas : {% for case in sun_child.cases.all %} {{ case }} {% endfor %}
Loisirs : {% for leisure_object in sun_child.leisure.all %} {{ leisure_object }} {% endfor %}
Commentaires :
{{ sun_child.comment }}
{{ history.description }}
Spécialiste : {{ report.made_by }}
Spécialité : {{ report.speciality }}
Enfant : {{ report.sun_child }}
Commentaires :
{{ report.comment }}
Poinst d'attentions :
{{ report.point_of_attention }}
{{ history.description }}
#} {#