custom/plugins/CogiLicenseManager/src/Resources/views/storefront/page/account/sidebar.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
  2. {% block page_account_sidebar_menu_inner %}
  3.     {{ parent () }}
  4.     {% block cogi_licensemanager_storefront_account_sidebard %}
  5.         <a href="{{ path('frontend.account.licensemanager.page') }}"
  6.            title="{{ "licensemanager.sidebar.title"|trans|sw_sanitize }}"
  7.            class="list-group-item list-group-item-action account-aside-item {% if activeRoute is same as('frontend.account.licensemanager.page') %} is-active{% endif %}">
  8.             {{ "licensemanager.sidebar.title"|trans|sw_sanitize }}
  9.         </a>
  10.     {% endblock %}
  11. {% endblock %}