{% if __SELF__.order %}

{{ 'offline.mall::frontend.checkout.payment.failed.heading' | trans }}

{{ 'offline.mall::frontend.checkout.payment.failed.line_1' | trans }}

{{ 'offline.mall::frontend.checkout.payment.failed.line_2' | trans }}

{% if __SELF__.paymentError %}

{{ 'offline.mall::frontend.checkout.payment.failed.line_3' | trans }}
{{ __SELF__.paymentError }}

{% endif %} {% else %}

{{ 'offline.mall::frontend.checkout.order.failed.heading' | trans }}

{{ 'offline.mall::frontend.checkout.order.failed.line_1' | trans }}

{% endif %} {% partial __SELF__ ~ '::resultactions' %}