{% extends "dossiers/base.html" %} {% load url from future %} {% block extrascripts %} {% endblock %} {% block title %}{{ object.last_name }} {{ object.first_name }} - Dossier {{ object.paper_id|default_if_none:"" }}{% endblock %} {% block appbar %}
{% if hcs %} {% for hc in hcs %} {% if hc.cmpphealthcarediagnostic %}
Date | Pointage | Type d'acte | Intervenants |
---|---|---|---|
{% firstof act.start_datetime|date:"l d/m/y H:i"|title act.date %} | {% if state %}{{ state }}{% else %}Non pointé.{% endif %} | {{ act.act_type }} | {% for doctor in act.doctors.all %} {{ doctor.first_name }} {{ doctor.last_name }} {% endfor %} |
Date | Pointage | Type d'acte | Intervenants |
---|---|---|---|
{% firstof event.start_datetime|date:"l d/m/y H:i"|title %} | {% if state %}{{ state }}{% else %}Non pointé.{% endif %} | {{ event.act_type }} | {% for doctor in event.participants.all %} {{ doctor.first_name }} {{ doctor.last_name }} {% endfor %} |