{% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}{% block page_account_sidebar_inner %} {% if context.customer.customerNumber is not empty %} <div class="card-header account-aside-header"> {{ "Kd.Nr."|trans|sw_sanitize }}: {{ context.customer.customerNumber }} </div> {% endif %} {{ parent() }}{% endblock %}