{% if page.theme != "default" %} {% if blocks is not empty %} {% for block in blocks %} {% if is_granted("ROLE_SUPER_ADMIN") %}<div id='block_{{ block.id }}'>{% endif %} {% 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 %} {% if is_granted("ROLE_SUPER_ADMIN") %}</div>{% endif %} {% if is_granted("ROLE_SUPER_ADMIN") %} {% if (block.onlyVisitor == true) and (block.visibilityUser == false) and app.user is null %} {# VISITEUR #} {% include "/vitrine/components/elements/block_superadmin.html.twig" with {'block':block,'page':page} %} {% elseif (block.onlyVisitor == false) and (block.visibilityUser == true) and app.user is not null %} {# CONNECTE #} {% include "/vitrine/components/elements/block_superadmin.html.twig" with {'block':block,'page':page} %} {% elseif (block.onlyVisitor == false) and (block.visibilityUser == false) %} {# VISITEUR + CONNECTE #} {% include "/vitrine/components/elements/block_superadmin.html.twig" with {'block':block,'page':page} %} {% elseif (block.onlyVisitor is null) and (block.visibilityUser is null) %} {# VISITEUR + CONNECTE #} {% include "/vitrine/components/elements/block_superadmin.html.twig" with {'block':block,'page':page} %} {% endif %} {% endif %} {% endfor %} {% endif %}{% else %} {% include "/vitrine/"~ theme_blog ~"/components/pages/simple.html.twig" with {'page':page} %} {% if is_granted("ROLE_SUPER_ADMIN") %}<div class="edit-spm spmd-red-color"></div>{% endif %}{% endif %}<div id="show_modal"></div>