{% set bandeauDebug = '' %} {% if isParticipationTest %} {% set bandeauDebug = 'PARTICIPATION EN MODE TEST
' %} {% if campagne.hasCodeUnique %} {% set bandeauDebug = bandeauDebug ~ ' - Code de participation : DEMODEMO
' %} {% endif %} {% endif %} {% if adminEditScenarioMode %} {% set bandeauDebug = bandeauDebug ~ 'MODE MONTAGE ADMIN - ne pas valider le formulaire ni passer à l\'étape suivante
' %} {% endif %} {% if 'dev' == app.environment %} {% if participation is defined and participation %} {% set bandeauDebug = bandeauDebug ~ 'note dossier ' ~ participation.dossierNoteTotal ~ '
tirage ' ~ participation.tirageStatut %} {% if participation.isDossierLocked %} {% set bandeauDebug = bandeauDebug ~ '
locké' %} {% else %} {% set bandeauDebug = bandeauDebug ~ '
non locké' %} {% endif %} {% endif %} {% endif %} {% if bandeauDebug %}
{{ bandeauDebug | raw }}
{% endif %}