{% extends '@App/app.html.twig' %}{% block title %}{{ mine|default(false) ? 'Mes arrêts' : 'Arrêts maladie' }}{% endblock %}{% block stylesheets %}{{ parent() }}{% endblock %}{% block page_header %}{% endblock %}{% block content %} {% set status_labels={draft:'Brouillon',declared:'Déclaré',waiting_document:'Document attendu',validated:'Validé',completed:'Terminé',cancelled:'Annulé'} %}
Suivi administratif · {{ active_count }} arrêt{{ active_count != 1 ? 's' : '' }} actif{{ active_count != 1 ? 's' : '' }}
| Salarié | Type administratif | Début | Fin prévue | Durée | Document | Reprise | Paie | Statut | |
|---|---|---|---|---|---|---|---|---|---|
| {{ leave.salarie }}{{ leave.salarie.service ?: 'Service non renseigné' }} · {{ leave.salarie.matricule ?: '—' }} | {{ leave.type.nom }} | {{ leave.startDate|date('d/m/Y') }} | {{ leave.endDate ? leave.endDate|date('d/m/Y') : '—' }} | {{ leave.totalDurationDays ?: (leave.endDate ? ((leave.endDate.timestamp-leave.startDate.timestamp)/86400+1)|round : '—') }} jours | {{ leave.documentReceivedAt ? 'Reçu' : 'Manquant' }} | {{ leave.requiresReturnVisit ? 'À préparer' : 'Non requise' }} | {{ leave.payrollStatus ?: 'En attente' }} | {{ status_labels[leave.status]|default(leave.status) }} | Gérer |
| Aucun arrêt enregistré. | |||||||||
| Aucun résultat pour ces filtres. | |||||||||