{% extends "agenda/base.html" %} {% block body-class %}{{ block.super }} no-left-column{% endblock %} {% block appbar %}
Heure | Durée | N° | Libellé | Présence | Absence | Type d'acte | Commentaire | Intervenants |
---|---|---|---|---|---|---|---|---|
{{ appointment.begin_hour }} | {% if appointment.length %}{{ appointment.length }}min{% endif %} | {% if appointment.patient_record_id %} {% if appointment.patient_record_paper_id %} {{ appointment.patient_record_paper_id }} {% else %} Pas de numéro papier. {% endif %} {% endif %} | {% if appointment.title %}{{ appointment.title }}{% endif %} | {% if appointment.act_absence %}{{ appointment.act_absence }}{% endif %} | {% if appointment.act_type %}{{ appointment.act_type }}{% endif %} | {% if appointment.description %}{{ appointment.description }}{% endif %} |
{% if appointment.workers and appointment.workers|length > 10 %}
{{ appointment.workers|length }} intervenants
{% else %}
{% for worker in appointment.workers %}
{{ worker.last_name }} {{ worker.first_name }} {% endfor %} {% endif %} |