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