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

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