{% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %} {% block base_esi_header %} {% sw_include '@Storefront/storefront/layout/header/header-minimal.html.twig' %} {% endblock %} {% block base_navigation %}{% endblock %} {% block page_checkout_main_content %} {% block page_checkout_address %} {% block page_checkout_address_header %}

{{ 'checkout.addressHeader'|trans|sw_sanitize }}

{% endblock %} {% block page_checkout_address_login_toggle %}
{% sw_icon 'avatar' %}
{% endblock %} {% block page_checkout_address_login %}
{% block page_checkout_address_login_card %} {% sw_include '@Storefront/storefront/component/account/login.html.twig' with { cardTitle: 'account.loginHeader'|trans|sw_sanitize } %} {% endblock %}
{% endblock %} {% block page_checkout_address_register %} {% block page_checkout_address_register_card %} {% sw_include '@Storefront/storefront/page/checkout/address/register.html.twig' with { cardTitle: 'checkout.addressRegisterCardTitle'|trans|sw_sanitize } %} {% endblock %} {% endblock %} {% endblock %} {% endblock %} {% block page_checkout_aside_summary %} {{ parent() }} {% block page_checkout_address_products %}
{% block page_checkout_address_products_header %}

{{ 'checkout.cartHeader'|trans|sw_sanitize }}

{% endblock %} {% block page_checkout_address_products_list %} {% endblock %}
{% endblock %} {% endblock %} {% block base_esi_footer %} {% sw_include '@Storefront/storefront/layout/footer/footer-minimal.html.twig' %} {% endblock %}