{% sw_extends '@Storefront/storefront/page/checkout/confirm/index.html.twig' %} {% block base_esi_header %} {% sw_include '@Storefront/storefront/page/account/order/header.html.twig' %} {% endblock %} {% set orderState = page.order.stateMachineState.technicalName %} {% set showTaxPrice = config('core.cart.columnTaxInsteadUnitPrice') %} {% set showSubtotal = config('core.cart.showSubtotal') %} {% block page_checkout_confirm_header %} {% if page.errorCode == 'CHECKOUT__CUSTOMER_CANCELED_EXTERNAL_PAYMENT' %} {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: 'danger', content: 'account.externalPaymentCanceled'|trans|sw_sanitize } %} {% elseif page.errorCode == 'CHECKOUT__PAYMENT_TOKEN_EXPIRED' %} {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: 'danger', content: 'account.externalPaymentExpired'|trans|sw_sanitize } %} {% elseif page.errorCode is not null %} {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: 'danger', content: 'account.externalPaymentFailure'|trans|sw_sanitize } %} {% endif %}