{# agents/holidays_hours.html.twig #}
| Nombre d'heures de congés par an : | {% if can_manage_agent %} {% include 'agents/elements/select_holiday_minutes.html.twig' with {'minutes': annuel_min, 'name': 'conges_annuel_min' } %} {% else %} {{ annuel_string }} {% endif %} | {% if show_hours_to_days %}{{ annuel_jours }} jours{% endif %} |
| Crédit d'heures de congés actuel : | {% if can_manage_agent %} {% include 'agents/elements/select_holiday_minutes.html.twig' with {'minutes': credit_min, 'name': 'conges_credit_min' } %} {% else %} {{ credit_string }} {% endif %} | {% if show_hours_to_days %}{{ credit_jours }} jours{% endif %} |
| Reliquat de congés : | {% if can_manage_agent %} {% include 'agents/elements/select_holiday_minutes.html.twig' with {'minutes': reliquat_min, 'name': 'conges_reliquat_min' } %} {% else %} {{ reliquat_string }} {% endif %} | {% if show_hours_to_days %}{{ reliquat_jours }} jours{% endif %} |
| Solde débiteur : | {% if can_manage_agent %} {% include 'agents/elements/select_holiday_minutes.html.twig' with {'minutes': anticipation_min, 'name': 'conges_anticipation_min' } %} {% else %} {{ anticipation_string }} {% endif %} | {% if show_hours_to_days %}{{ anticipation_jours }} jours{% endif %} |
| {{ lang_comp_time }} : | {% if can_manage_agent %} {% else %} {{ recup_heures }}h{{ recup_min | digit(2) }} {% endif %} |