{% sw_extends 'storefront/page/account/sidebar.html.twig' %}
{% block page_account_sidebar_menu_inner %}
{{ parent() }}
{% block page_account_sidebar_link_websites %}
<a href="{{ seoUrl('storefront.account.website.collection') }}"
title="{{ 'account.accountWebsiteTitle' | trans }}"
class="list-group-item list-group-item-action account-aside-item{% if activeRoute is same as('storefront.account.website.collection') %} is-active{% endif %}">
{{ 'account.accountWebsiteTitle' | trans }}
</a>
{% endblock %}
{% endblock %}