{% sw_extends "@Storefront/storefront/page/account/sidebar.html.twig" %}
{% block page_account_sidebar_menu_inner %}
{{ parent() }}
{% block page_account_sidebar_link_basketstore %}
<a href="{{ path('frontend.nrbnbasketstore.page') }}"
title="{{ "nrbn_basketstore.account.link"|trans|striptags }}"
class="list-group-item list-group-item-action account-aside-item{% if controllerName is same as('BasketStore') %} is-active{% endif %}">
{{ "nrbn_basketstore.account.link"|trans|sw_sanitize }}
</a>
{% endblock %}
{% endblock %}