{% set matin_cg = 'matin' in j.conge or 'jour' in j.conge %} {% set aprem_cg = 'aprem' in j.conge or 'jour' in j.conge %} {% set matin_warn = not matin_cg and j.du_min > 0 and ( (j.matin_entree and j.matin_entree > plages.matin_debut) or (j.matin_sortie and j.matin_sortie < plages.matin_fin) ) %} {% set aprem_warn = not aprem_cg and j.du_min > 0 and ( (j.aprem_entree and j.aprem_entree > plages.aprem_debut) or (j.aprem_sortie and j.aprem_sortie < plages.aprem_fin) ) %} {{ nom }} {{ j.date[8:] }}/{{ j.date[5:7] }}
{{ j.travaille if j.travaille_min else '—' }} {%- if j.travaille_min -%} {% if j.delta_min > 0 %}+{% endif %}{{ j.delta }} {%- else %}—{%- endif %} {%- if j.cumul_visible -%} {% if j.delta_cumul_min > 0 %}+{% elif j.delta_cumul_min < 0 %}-{% endif %}{{ j.delta_cumul if j.delta_cumul_min != 0 else '0h00' }} {%- else -%} {%- endif %} {%- if not j.is_complete -%} {%- if j.entree_cible -%} {%- if 'aprem' in j.conge -%} {{ j.entree_cible }}→{{ plages.matin_fin }} {%- else -%} {{ j.entree_cible }}→{{ plages.aprem_fin }} {%- endif -%} {%- elif j.sortie_cible -%} {{ j.sortie_cible }} {%- else -%} {%- endif %} {%- else -%} {%- endif %}