Revision 41dfa4b8
Added by Jérôme Schneider over 12 years ago
calebasse/agenda/templates/agenda/index.html | ||
---|---|---|
233 | 233 |
<h3 class="{{ appointment.type }} appointment"><span class="hour">{{ appointment.begin_hour }}</span> |
234 | 234 |
{% if appointment.title %} — {{ appointment.title }} {% endif %} |
235 | 235 |
{% if appointment.length %} — {{ appointment.length }}m {% endif %} |
236 |
{% if appointment.workers_initial %} —{{ appointment.workers_initial }} {% endif %} |
|
237 |
{% if appointment.act_type %} — {{ appointment.act_type }} {% endif %} |
|
236 | 238 |
{% if appointment.room %} — {{ appointment.room }} {% endif %} |
237 | 239 |
<span class="right"> |
238 | 240 |
{% if appointment.service and appointment.service != service %} |
Also available in: Unified diff
agenda: add act type and workers initial