{# conges/index.html.twig #} {% extends 'base.html.twig' %} {% block page %} {% if conges_recuperation == 1 and show_recovery %}

Liste des récupérations

{% else %}

Liste des congés

{% endif %}
Année:
Congés:
{% if admin %}
Agents :
Agents supprimés : {% if deleted_agents %} {% else %} {% endif %}
{% endif %}
{% if show_recovery %} Réinitialiser {% else %} Réinitialiser {% endif %}
{% if show_recovery %} {% endif %}
{% if show_recovery %} {% else %}
{% endif %} {% if admin %} {% endif %} {% if conges_mode == 'jours' and not show_recovery %} {% else %} {% endif %} {% if balance %} {% endif %} {% if recovery %} {% endif %} {% if balance %} {% endif %} {% for c in holidays %} {% if admin %} {% endif %} {% if c.valide < 0 %} {% elseif c.valide or c.information %} {% else %} {% endif %} {% if balance %} {% if c.valide or c.information %} {% if c.solde_prec != c.solde_actuel %} {% else %} {% endif %} {% else %} {% endif %} {% if c.valide or c.information %} {% if c.reliquat_prec != c.reliquat_actuel %} {% else %} {% endif %} {% else %} {% endif %} {% endif %} {% if recovery %} {% if c.valide or c.information %} {% if c.recup_prec != c.recup_actuel %} {% else %} {% endif %} {% else %} {% endif %} {% endif %} {% if balance %} {% if c.valide or c.information %} {% if c.anticipation_prec != c.anticipation_actuel %} {% else %} {% endif %} {% else %} {% endif %} {% endif %} {% endfor %}
  Début FinNomValidationJoursHeuresCrédits ReliquatRécupérationsSolde DébiteurInformations
État Date
{% if c.supprime or c.information %}   {% else %} {% endif %} {{ c.start | datefr }} {{ c.end | datefr }}{{ c.nom }}{{ c.status }}{{ c.status }}{{ c.status }}{{ c.statusDate | datefr }} {{ c.hours }}{% if show_hours_to_days %}
{{ c.days }}j{% endif %}
{{ c.solde_prec }} → {{ c.solde_actuel }} {% if show_hours_to_days %}
{{ c.solde_prec_days }}j → {{ c.solde_actuel_days }}j{% endif %}
{{ c.solde_prec }}{% if show_hours_to_days %}
{{ c.solde_prec_days }}j{% endif %}
{{ c.reliquat_prec }} → {{ c.reliquat_actuel }} {% if show_hours_to_days %}
{{ c.reliquat_prec_days }}j → {{ c.reliquat_actuel_days }}j{% endif %}
{{ c.reliquat_prec }}{% if show_hours_to_days %}
{{ c.reliquat_prec_days }}j{% endif %}
{{ c.recup_prec }} → {{ c.recup_actuel }} {% if show_hours_to_days %}
{{ c.recup_prec_days }}j → {{ c.recup_actuel_days }}j{% endif %}
{{ c.recup_prec }}{% if show_hours_to_days %}
{{ c.recup_prec_days }}j{% endif %}
{{ c.anticipation_prec }} → {{ c.anticipation_actuel }} {% if show_hours_to_days %}
{{ c.anticipation_prec_days }}j → {{ c.anticipation_actuel_days }}j{% endif %}
{{ c.anticipation_prec }}{% if show_hours_to_days %}
{{ c.anticipation_prec_days }}j{% endif %}
{% if c.origin_id %} Régularisation liée au congé du {{ c.origin_start | datefr }} au {{ c.origin_end | datefr }} {% endif %} {% if c.regul_id %} Régularisation en récupération: {% if c.regul > 0 %} {{ c.hr_regul }} créditée(s) {% else %} {{ c.hr_regul }} débitée(s) {% endif %} {% endif %}
{% endblock %}