custom/plugins/TopdataTopFinderProSW6/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' %}
    {% block page_account_sidebar_menu_inner %}
        {{ parent() }}
        {% if page.header.extensions.finder.elements.showDevicelist %}
        <a href="{{ path('frontend.account.devicelist.page') }}"
           title="{{ "topdata-topfinder.deviceListLink"|trans|sw_sanitize }}"
           class="list-group-item list-group-item-action account-aside-item{% if controllerName is same as('TopFinder') and controllerAction is same as('deviceList') %} is-active{% endif %}">
            {{ "topdata-topfinder.deviceListLink"|trans|sw_sanitize }}
        </a>
        {% endif %}
    {% endblock %}