{% extends '@App/app.html.twig' %} {% block title %}Toutes les demandes de congés{% endblock %} {% block page_header %}{% endblock %} {% block content %} {% set status_classes = { draft: 'muted', submitted: 'warning', pending_manager: 'warning', pending_rh: 'warning', approved: 'success', refused: 'muted', cancelled: 'muted', cancel_requested: 'warning', expired: 'muted' } %}
| Référence | Salarié | Type | Période | Durée | Manager | Statut | Créée le | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {{ item.reference }} |
{% if avatar_src %}
|
{{ item.leaveType.nom }} | {{ item.startDate|date('d/m/Y') }}{% if item.endDate|date('Y-m-d') != item.startDate|date('Y-m-d') %} - {{ item.endDate|date('d/m/Y') }}{% endif %} | {{ item.durationDays|number_format(item.durationDays == item.durationDays|round ? 0 : 1, ',', ' ') }} j | {{ item.manager ?: '-' }} | {{ status_labels[item.status]|default(item.status) }} | {{ item.createdAt|date('d/m/Y') }} | ||
Aucune demande ne correspond aux filtres. | |||||||||