{% if page.theme != "default" %}{% if blocks is not empty %}{% for block in blocks %}{% if (block.onlyVisitor == true) and (block.visibilityUser == false) and app.user is null %}{# VISITEUR #}{% include "/vitrine/components/elements/collections.html.twig" with {'block':block} %}{% elseif (block.onlyVisitor == false) and (block.visibilityUser == true) and app.user is not null %}{# CONNECTE #}{% include "/vitrine/components/elements/collections.html.twig" with {'block':block} %}{% elseif (block.onlyVisitor == false) and (block.visibilityUser == false) %}{# VISITEUR + CONNECTE #}{% include "/vitrine/components/elements/collections.html.twig" with {'block':block} %}{% elseif (block.onlyVisitor is null) and (block.visibilityUser is null) %}{# VISITEUR + CONNECTE #}{% include "/vitrine/components/elements/collections.html.twig" with {'block':block} %}{% endif %}{% endfor %}{% endif %}{% else %}{% include "/vitrine/components/elements/simple.html.twig" with {'page':page} %}{% endif %}<div id="show_modal"></div>