{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_body_script %}
{% block base_acris_shop_switch %}
{# do on integration type is ajax and only if the data was loaded directly #}
{% if config('AcrisShopSwitchCS.config').integrationType == 'ajax' and context.extensions.shopSwitchModalLoadedAfter is empty %}
{% sw_include '@AcrisShopSwitchCS/storefront/component/acris-shop-switch/ajax.html.twig' %}
{% else %}
{% sw_include '@AcrisShopSwitchCS/storefront/component/acris-shop-switch/direct.html.twig' %}
{% endif %}
{% endblock %}
{{ parent() }}
{% endblock %}