{% 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 j.cible_matin or j.cible_aprem -%} {%- if j.cible_matin -%}M {{ j.cible_matin }}{%- endif -%} {%- if j.cible_matin and j.cible_aprem %} {% endif -%} {%- if j.cible_aprem -%}A {{ j.cible_aprem }}{%- endif -%} {%- else -%} {%- endif %}