{% extends "base.html" %} {% block title %}Congés — Planning{% endblock %} {% block content %}
| Demandeur | Du | Au | Statut |
|---|---|---|---|
| {{ l.user.full_name if l.user else l.user_id }} | {{ l.start_date }} | {{ l.end_date }} | {{ l.status }} |
Aucune demande de congé.
{% endif %}