{{payment.status_message}}
{% endif %}
{% if payment.status == 'confirmed' %}
{% trans 'The payment has been confirmed.' %}
{% elif payment.status == 'cancelled' %}
{% trans 'The payment has been cancelled.' %}
{% elif payment.status == 'new' %}
{% trans 'This page will be updated with payment progress.' %}
{% endif %}
{% trans 'Go back to your account' %}