{# 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 %}
{% if admin %} {% endif %}
Année: Congés: Agents :
Agents supprimés : {% if deleted_agents %} {% else %} {% endif %}
{% if show_recovery %} Réinitialiser {% else %} Réinitialiser {% endif %}
Ajouter {% if show_recovery %} {% 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ébiteur
État Date
{% if c.supprime or c.information %}   {% else %} {% endif %} {{ c.start }} {{ c.end }}{{ c.nom }}{{ c.status }}{{ c.status }}{{ c.status }}{{ c.validationDate }} {{ 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 %}
{% endblock %}