Revision 76e49aa3
Added by Mikaël Ates over 12 years ago
calebasse/agenda/templates/agenda/ajax-worker-tab.html | ||
---|---|---|
1 | 1 |
{% load url from future %} |
2 |
<a class="print" href="#">Imprimer</a> |
|
3 | 2 |
<div> |
4 | 3 |
{% for appointment in worker_agenda.appointments %} |
5 | 4 |
<h3 class="{{ appointment.type }} {% if appointment.act_absence %}act-absence{% endif %} appointment" |
Also available in: Unified diff
agenda: hide unimplemented print link.