custom/plugins/CeCustomerSubaccounts/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. {% block page_account_sidebar_menu_inner %}
  3.     {{ parent() }}
  4.     {% block page_account_sidebar_link_subaccounts %}
  5.         <a href="/subaccount"
  6.            title="Subaccount"
  7.            class="list-group-item list-group-item-action account-aside-item
  8. {% if activeRoute is same as('frontend.account.order.page') %}
  9. {# is-active#}
  10. {% endif %}">
  11.             Subaccount
  12.         </a>
  13.     {% endblock %}
  14. {% endblock %}