{% sw_extends '@Storefront/storefront/layout/header/top-bar.html.twig' %}
{% block layout_header_top_bar_language %}
{{ parent() }}
{% block layout_header_top_bar_maxia_tax_switch %}
{% set maxiaTaxSwitch = context.extensions.maxiaTaxSwitch %}
{% if maxiaTaxSwitch.pluginEnabled and maxiaTaxSwitch.showInTopBar %}
{% sw_include '@Storefront/storefront/plugins/maxia_tax_switch/switcher.html.twig' with {
displayType: maxiaTaxSwitch.displayTypeTopBar,
id: 'maxiaTaxSwitchTopbar'
} %}
{% endif %}
{% endblock %}
{% endblock %}