{% extends '@App/app.html.twig' %} {% block title %}Soldes de congés{% endblock %} {% block page_header %}{% endblock %} {% block content %} {% set selected_period = null %} {% for period in periods %} {% if filters.period|default('') == period.id %} {% set selected_period = period %} {% endif %} {% endfor %}
| Salarié | Établissement | Type | Période | Acquis | Pris | Att. | Ajusté | Reporté | Expiré | Disponible | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
|
{% if avatar_src %}
|
{{ salarie.etablissement|default('—') }} | {{ balance.leaveType.nom }} | {{ balance.period.nom }} | {{ balance.acquired|number_format(1, ',', ' ') }} j | {{ balance.taken|number_format(1, ',', ' ') }} j | {{ balance.pending|number_format(1, ',', ' ') }} j | {{ balance.adjusted > 0 ? '+' : '' }}{{ balance.adjusted|number_format(1, ',', ' ') }} j | {{ balance.carriedOver|number_format(1, ',', ' ') }} j | {{ balance.expired|number_format(1, ',', ' ') }} j | {{ balance.available|number_format(1, ',', ' ') }} j {% if balance.available < 0 %} Négatif {% endif %} | |
|
Aucun solde disponible.
|
|||||||||||