Revision 9edb5f60
Added by Mikaël Ates over 12 years ago
calebasse/personnes/templates/personnes/holidays.html | ||
---|---|---|
51 | 51 |
</table> |
52 | 52 |
{% endif %} |
53 | 53 |
|
54 |
{% if annual_holidays %} |
|
55 |
<h3>Congés annuels</h3> |
|
54 |
{% if group_holidays %} |
|
55 |
<h3>Congés de groupe</h3> |
|
56 |
<p> |
|
57 |
<a href="groupe/">Gestion des congés de groupe</a> |
|
58 |
</p> |
|
56 | 59 |
<ul> |
57 |
{% for holiday in annual_holidays %}
|
|
60 |
{% for holiday in group_holidays %}
|
|
58 | 61 |
<li>{{ holiday|capfirst }}</li> |
59 | 62 |
{% endfor %} |
60 | 63 |
</ul> |
61 | 64 |
{% endif %} |
62 | 65 |
<!-- <button>Gestion des congés annuels</button> --> |
63 |
<p> |
|
64 |
<a href="annuel/">Gestion des congés annuels</a> |
|
65 |
</p> |
|
66 | 66 |
|
67 | 67 |
<h3>Affichage interactif</h3> |
68 | 68 |
|
Also available in: Unified diff
personnes: Enhance holiday management pages.