{% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
{% block page_account_sidebar_link_profile %}
{{ parent() }}
{% if shopware.config.WabWishlist.config.AccountSidebarShow %}
<a href="{{ path('wabs.wishlist.index') }}"
title="{{ shopware.config.WabWishlist.config.AccountSidebarText }}"
class="list-group-item list-group-item-action account-aside-item{% if controllerName == 'Wishlist' %} is-active {% endif %}">
{{ shopware.config.WabWishlist.config.AccountSidebarHover }}
</a>
{% endif %}
{% endblock %}