Revision 74231c6d
Added by Mikaël Ates about 13 years ago
| calebasse/agenda/templates/agenda/ajax-worker-tab.html | ||
|---|---|---|
|
<h3 class="{{ appointment.type }} {% if appointment.act_absence %}act-absence{% endif %} appointment"
|
||
|
{% if appointment.act_absence %}title="{{appointment.act_absence}}"{% endif %}>
|
||
|
<span class="hour">{{ appointment.begin_hour }}</span>
|
||
|
{% if appointment.event_type %} — {{ appointment.event_type }} {% endif %}
|
||
|
{% if appointment.title %} — {{ appointment.title }} {% endif %}
|
||
|
{% if appointment.patient.paper_id %} — {{ appointment.patient.paper_id }} {% endif %}
|
||
|
{% if appointment.length %} — {{ appointment.length }} mn {% endif %}
|
||
Also available in: Unified diff
agenda: refine display of events.