custom/plugins/NrbnBasketStore/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_basketstore %}
  5.         <a href="{{ path('frontend.nrbnbasketstore.page') }}"
  6.             title="{{ "nrbn_basketstore.account.link"|trans|striptags }}"
  7.             class="list-group-item list-group-item-action account-aside-item{% if controllerName is same as('BasketStore') %} is-active{% endif %}">
  8.             {{ "nrbn_basketstore.account.link"|trans|sw_sanitize }}
  9.         </a>
  10.     {% endblock %}
  11. {% endblock %}