vendor/dvdw/platform-choice/src/Resources/views/storefront/page/account/sidebar.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
  2. {% set platformChoiceKey = constant('Dvdw\\PlatformChoice\\System\\SalesChannel\\Struct\\PlatformChoiceExtension::KEY') %}
  3. {% block page_account_sidebar_link_address %}
  4.     {% if context.extensions[platformChoiceKey].isB2b() %}
  5.         {{ parent() }}
  6.     {% endif %}
  7. {% endblock %}
  8. {% block page_account_sidebar_link_payment %}
  9. {% endblock %}
  10. {% block page_account_sidebar_link_orders %}
  11.     {% if context.extensions[platformChoiceKey].isB2b() %}
  12.         {{ parent() }}
  13.     {% endif %}
  14. {% endblock %}