{# agents/holidays.html.twig #}
Nombre de jours de congés par an : | {% if can_manage_agent %} {% else %} {{ annuel_string }} jour(s) {% endif %} |
Crédit de congés actuel : | {% if can_manage_agent %} {% else %} {{ credit_string }} jour(s) {% endif %} |
Reliquat de congés : | {% if can_manage_agent %} {% else %} {{ reliquat_string }} jour(s) {% endif %} |
Solde débiteur : | {% if can_manage_agent %} {% else %} {{ anticipation_string }} jour(s) {% endif %} |
{{ lang_comp_time }} : |
{% if can_manage_agent %}
{% include 'agents/elements/select_holiday_minutes.html.twig' with {'minutes': recup_min, 'name': 'comp_time_min' } %}
{% else %}
{{ recup_string }} {% endif %} |