{% if current_state.status.type == 'CLOS' %}{% endif %}{{ object.last_name }} {{ object.first_name }}{% if object.paper_id %} - Dossier {{ object.paper_id}}{% endif %}{% if current_state.status.type == 'CLOS' %} clos{% endif %}
Retourner aux dossiers
{% if 'validator' in role %}{% if object.can_be_deleted %}{% endif %}{% endif %}
{% endblock %}
{% block content %}
{% if messages %}
{{ acts_losts|length }} actes facturables qui ne peuvent pas être facturés :
Date
Heure
Type d'acte
Intervenants
Commentaire
Refacturation
{% for act in acts_losts %}
{{ act.date|date:"SHORT_DATE_FORMAT" }}
{{ act.time }}
{{ act.act_type }}
{% for participant in act.doctors.all %}
{{ participant.first_name }} {{ participant.last_name }}
{% endfor %}
{{ act.comment|default_if_none:"" }}
{% for i in act.invoice_set.all %}{{ i.number }}{% if not forloop.last %} - {% endif %}{% endfor %}
{% endfor %}
{% endif %}
{% if acts_pause %}
{{ acts_pause|length }} actes qui sont en pause :
{% for act in acts_pause %}
{{ act }}
{% endfor %}
{% endif %}
{% if hcs %}
{% for hc, acts, acts_cared in hcs %}
{% if hc.cmpphealthcarediagnostic %}
Prise en charge de diagnostic, débutée le {{ hc.start_date|date:"d/m/Y" }}{% if hc.cmpphealthcarediagnostic.end_date %}, se terminant le {{ hc.cmpphealthcarediagnostic.end_date|date:"d/m/Y" }}{% endif %}
{% for participant in act.doctors.all %}
{{ participant.first_name }} {{ participant.last_name }}
{% endfor %}
{{ act.comment|default_if_none:"" }}
{% endfor %}
{% else %}
Aucun acte facturé.
{% endif %}
{% else %}
Prise en charge de traitement, débutée le {{ hc.start_date|date:"d/m/Y" }}{% if hc.cmpphealthcaretreatment.end_date %}, se terminant le {{ hc.cmpphealthcaretreatment.end_date|date:"d/m/Y" }}{% endif %}
{% if state %}{% if act.is_absent %}{% endif %}{% if state.state_name == 'ACT_DOUBLE' or state.state_name == 'ACT_LOST' %}Présent ({{ state }}){% else %}{{ state }}{% endif %}{% if act.is_absent %}{% endif %}{% else %}Non pointé.{% endif %}
{{ act.act_type }}
{% for doctor in act.doctors.all %}
{% if doctor in missing_workers %}{% endif %}
{{ doctor.first_name }} {{ doctor.last_name }}
{% if doctor in missing_workers %}{% endif %}
{% endfor %}
{% if act.comment %}{{ act.comment }}{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
Date
Pointage
Type d'acte
Intervenants
Commentaire
{% for event, state, missing_participants in next_rdvs %}
{% if state %}{% if state.state_name != 'VALIDE' %}{% endif %}{{ state }}{% if state.state_name != 'VALIDE' %}{% endif %}{% else %}Non pointé.{% endif %}
{{ event.act_type }}
{% for participant in event.participants.all %}
{% if participant in missing_participants %}{% endif %}
{{ participant.first_name }} {{ participant.last_name }}
{% if participant in missing_participants %}{% endif %}
{% endfor %}
{{ event.description }}
{% 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 }}