{% extends "agenda/base.html" %} {% block body-class %}{{ block.super }} no-left-column{% endblock %} {% block appbar %}
Heure | Durée | N° | Libellé | Absence | Type d'acte | Commentaire | Intervenants |
---|---|---|---|---|---|---|---|
{{ appointment.begin_hour }} | {% if appointment.length %}{{ appointment.length }}min{% endif %} | {% if appointment.patient_record_id %}
{{ appointment.patient_record_paper_id }} ({{ appointment.patient_record_id }}){% 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 %} | {% for worker in appointment.workers %}
{{ worker.last_name }} {{ worker.first_name }} {% endfor %} |