{% sw_extends '@Storefront/storefront/page/account/order/index.html.twig' %} {% block page_checkout_confirm_header %} {% set snippetGeneric = 'paypal.error.%s'|format(page.errorCode) %} {% set snippetByMethod = 'paypal.error.%s.%s'|format(context.paymentMethod.formattedHandlerIdentifier, page.errorCode) %} {% set transSnippetGeneric = snippetGeneric|trans|sw_sanitize %} {% set transSnippetByMethod = snippetByMethod|trans|sw_sanitize %} {% if transSnippetGeneric !== snippetGeneric || transSnippetByMethod !== snippetByMethod %} {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: 'danger', content: transSnippetByMethod !== snippetByMethod ? transSnippetByMethod : transSnippetGeneric, } %}