{% set fromBackend = false %} {% set fromBackendZoneClass = '' %} {% if app.session.get('visuFromBackend') == 'OK' %} {% set fromBackend = true %} {% set fromBackendZoneClass = 'fromBackendZone' %} {% endif %} {# présence d'un jeu a gratter sur la page #} {% set jeuagratter = false %} {% if configEtape is defined and configEtape.lignes is defined and configEtape.lignes|length>0 %} {% for l in configEtape.lignes %} {% if l.type == 'jeuagratter' %} {% set jeuagratter = true %} {% endif %} {% endfor %} {% endif %} {% set isParticipationTest = app.session.get('participationTest_initLot_'~camp, false) %}