{% extends "personnes/base.html" %} {% load url from future %} {% block appbar %}

Gestion des personnes — Congés

Retourner à la gestion des personnes {% endblock %} {% block content %}

Congés du personnel

{% if current_holidays %}

En cours

{% endif %} {% if future_holidays %}

À venir (jusqu'au {{ end_date|date:"d/m/Y" }})

{% for month in future_holidays %} {% endfor %} {% for month in future_holidays %} {% endfor %}
{{ month.date|date:"F"|capfirst }}
{% endif %} {% if group_holidays %}

Congés de groupe

Gestion des congés de groupe

{% endif %}

Affichage interactif

{{ search_form.non_field_errors }} {{ search_form.start_date.errors }}

Afficher la liste des congés pris entre {{ search_form.start_date }} et {{ search_form.end_date }}

{% endblock %}