{% sw_extends '@Storefront/storefront/layout/header/top-bar.html.twig' %}
{% block layout_header_top_bar_language %}
{% if context.customer is empty %}
{% sw_include '@AcrisShopSwitchCS/storefront/component/acris-shop-switch-header/direct.html.twig' with {position: 'top-bar'}%}
{% endif %}
{{ parent() }}
{% endblock %}