{% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
{% block page_account_sidebar_link_payment %}
{# <a href="{{ path('frontend.account.payment.page') }}"#}
{# title="{{ "account.paymentLink"|trans|striptags }}"#}
{# class="list-group-item list-group-item-action account-aside-item{% if activeRoute is same as('frontend.account.payment.page') %} is-active{% endif %}">#}
{# {{ "account.paymentLink"|trans|sw_sanitize }}#}
{# </a>#}
{% endblock %}
{% block page_account_sidebar_link_address %}
{# <a href="{{ path('frontend.account.address.page') }}"#}
{# title="{{ "account.addressLink"|trans|striptags }}"#}
{# class="list-group-item list-group-item-action account-aside-item{% if activeRoute is same as('frontend.account.address.page') %} is-active{% endif %}">#}
{# {{ "account.addressLink"|trans|sw_sanitize }}#}
{# </a>#}
{% endblock %}
{% block page_account_sidebar_link_orders %}
{{ parent() }}
{% if not context.customer %}
<a href="{{ path('frontend.account.recover.page') }}"
title="{{ "smsBecoTechnicTheme.account.assignNewPassword"|trans|striptags }}"
class="list-group-item list-group-item-action account-aside-item{% if activeRoute is same as('frontend.account.recover.page') %} is-active{% endif %}">
{{ "smsBecoTechnicTheme.account.assignNewPassword"|trans|sw_sanitize }}
</a>
{% endif %}
{% endblock %}