custom/plugins/ProxaDaimlerTheme/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_link_home %}
  3.     {% block page_account_sidebar_employee %}
  4.         {% if context.currentCustomerGroup.translated.customFields.custom_customer_group_employees %}
  5.             <div title="{{ "daimler.employee.account.sidebarTitle"|trans|raw }}"
  6.                  class="list-group-item list-group-item-action account-aside-employee-item">
  7.                 {{ "daimler.employee.account.sidebarTitle"|trans|raw }}
  8.             </div>
  9.         {% endif %}
  10.     {% endblock %}
  11.     {{ parent() }}
  12. {% endblock %}