{% trans_default_domain 'admin' %}
{% if layout %}
{% include 'admin/include/stripe-preloader.html.twig' with {'preloaderId': 'layout-preloader'} only %}
{% for zone in layout.zones %}
{% if 'edit'|moduleActive(allModules) %}
{% endif %}
{% if zone.hide %}
{% endif %}
{% if 'edit'|moduleActive(allModules) and interface.resize is defined and interface.resize %}
{% set sizeAction = zone.fullSize ? "Rétrécir"|trans : "Étendre"|trans %}
{% set size = zone.fullSize ? 'true' : 'false' %}
{% endif %}
{% if 'zone-edit'|moduleActive(allModules) %}
{% set mediaRelation = zone.mediaRelations is defined ? zone.mediaRelations|i18n(website().configuration.locale) : null %}
{% if mediaRelation and mediaRelation.media and mediaRelation.media.filename %}
{% endif %}
{% endif %}
{% if 'edit'|moduleActive(allModules) %}
{% set color = 'background'|color(website, zone.backgroundColor) %}
{% set hexa = color ? color.color : null %}
{% endif %}
{% if 'edit'|moduleActive(allModules) %}
{% endif %}
{% if 'edit'|moduleActive(allModules) %}
{% endif %}
{% if 'delete'|moduleActive(allModules) %}
{% endif %}
{% include 'admin/core/layout/cols.html.twig' %}
{% endfor %}
{% if 'edit'|moduleActive(allModules) %}
{% endif %}
{% endif %}