{% 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 > '09:00') or (j.matin_sortie and j.matin_sortie < '12:00') ) %} {% set aprem_warn = not aprem_cg and j.du_min > 0 and ( (j.aprem_entree and j.aprem_entree > '14:00') or (j.aprem_sortie and j.aprem_sortie < '17:00') ) %} {{ 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 j.sortie_cible and not j.is_complete -%} {{ j.sortie_cible }} {%- else -%} {%- endif %}