{% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
{% block page_account_sidebar_link_home %}
{% block page_account_sidebar_employee %}
{% if context.currentCustomerGroup.translated.customFields.custom_customer_group_employees %}
<div title="{{ "daimler.employee.account.sidebarTitle"|trans|raw }}"
class="list-group-item list-group-item-action account-aside-employee-item">
{{ "daimler.employee.account.sidebarTitle"|trans|raw }}
</div>
{% endif %}
{% endblock %}
{{ parent() }}
{% endblock %}