Revision 98736e39
Added by Frédéric Péters over 12 years ago
calebasse/agenda/templates/agenda/agendas-therapeutes.html | ||
---|---|---|
19 | 19 |
|
20 | 20 |
<table> |
21 | 21 |
<thead> |
22 |
<tr> <th>Heure</th> <th>Durée</th> <th>N°</th> <th>Absence</th> |
|
22 |
<tr> <th>Heure</th> <th>Durée</th> <th>N°</th> <th>Libellé</th> |
|
23 |
<th>Absence</th> |
|
23 | 24 |
<th>Type d'acte</th> <th>Commentaire</th> <th>Thérapeutes</th> </tr> |
24 | 25 |
</thead> |
25 | 26 |
<tbody> |
... | ... | |
31 | 32 |
{{ appointment.patient_record_paper_id }}<br/> |
32 | 33 |
({{ appointment.patient_record_id }}){% endif %} |
33 | 34 |
</td> |
35 |
<td> {% if appointment.title %}{{ appointment.title }}{% endif %}</td> |
|
34 | 36 |
<td> {% if appointment.act_absence %}{{ appointment.act_absence }}{% endif %}</td> |
35 | 37 |
<td> {% if appointment.act_type %}{{ appointment.act_type }}{% endif %}</td> |
36 | 38 |
<td> {% if appointment.description %}{{ appointment.description }}{% endif %}</td> |
Also available in: Unified diff
agenda: add missing label column to all agendas table (#2082)