{% 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) ) %}