{% sw_extends 'storefront/base.html.twig' %}{% block base_header_inner %} {% if cio_master_login_show_bar == true %} <div style="border-bottom: 1px solid rgba(255, 255, 255, .2); height: 42px; display: flex; align-items: center; justify-content: center;"> <div> Das ist eine Subsession. <a href="{{ seoUrl('storefront.account.sales.representative.masterlogin') }}" style="color: #d9b700; font-weight: bold;">Zurück zum Hauptaccount.</a> </div> </div> {% endif %} {{ parent() }}{% endblock %}