{% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
{% set platformChoiceKey = constant('Dvdw\\PlatformChoice\\System\\SalesChannel\\Struct\\PlatformChoiceExtension::KEY') %}
{% block page_account_sidebar_link_address %}
{% if context.extensions[platformChoiceKey].isB2b() %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block page_account_sidebar_link_payment %}
{% endblock %}
{% block page_account_sidebar_link_orders %}
{% if context.extensions[platformChoiceKey].isB2b() %}
{{ parent() }}
{% endif %}
{% endblock %}