Revision c31e2ed6
Added by Mikaël Ates over 12 years ago
calebasse/agenda/templates/agenda/ajax-worker-tab.html | ||
---|---|---|
7 | 7 |
<span class="hour">{{ appointment.begin_hour }}</span> |
8 | 8 |
{% if appointment.event_type %} — {{ appointment.event_type }} {% endif %} |
9 | 9 |
{% if appointment.title %} — {{ appointment.title }} {% endif %} |
10 |
{% if appointment.length %} — {{ appointment.length }}m {% endif %}
|
|
10 |
{% if appointment.length %} — {{ appointment.length }} mn {% endif %}
|
|
11 | 11 |
{% if appointment.workers_initial %} —{{ appointment.workers_initial }} {% endif %} |
12 | 12 |
{% if appointment.act_type %} — {{ appointment.act_type }} {% endif %} |
13 | 13 |
{% if appointment.room %} — {{ appointment.room }} {% endif %} |
Also available in: Unified diff
agenda: minute is abbrevaited 'mn'.