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