{% for doctor in act.doctors.all %}
{{ doctor.first_name }} {{ doctor.last_name }}
{% endfor %}
{% endif %}
{% if act.parent_event.room %}
Salle : {{ act.parent_event.room }}
{% endif %}
{% if act.convocation_sent %}
Convocation envoyé
{% else %}
Convocation non envoyé
{% endif %}
{% if state %}{{ state.state_name }}, le {{ state.created }} par {{ state.author }}
{% else %}
Non pointé.
{% endif %}
{% endfor %}
Périodes de socialisation
{% for duration in object.socialisation_durations.all %}
Arrivée le {{ duration.start_date }} dans {% if duration.school %}l'établissement {{ duration.school }}{% else %}un établissement non renseigné{% endif %}{% if duration.level %} (en {{ duration.level }}){% endif %}
{% if duration.end_date %}
: {{ duration.end_date }}
{% endif %}
{% if duration.comment %}
: {{ duration.comment }}
{% endif %}
{% endfor %}
Demandes MDPH
{% for request in object.mdph_requests.all %}
Demande le {{ request.start_date }} à la MDPH {{ request.mdph }}
{% if request.comment %}
: {{ request.comment }}
{% endif %}
{% endfor %}
Réponses MDPH
{% for response in object.mdph_responses.all %}
Du {{ response.start_date }} au {{ response.end_date }} à la MDPH {{ response.mdph }}