{% extends "base.html" %} {% import "_bank.html" as bank with context %} {% block title %}{{ t('replay.title') }} {{ order.order_id }} — painfree{% endblock %} {% block body %}

{{ t('replay.heading') }} {{ order.order_id }}?

{{ t('replay.warning') }} {{ t('replay.exactly_this') }}

{{ t('common.connection') }}{{ order.connection_id }}
MsgId{{ order.msg_id }}
{{ t('replay.message') }}{{ order.message_type }}
{{ t('order.transactions') }}{{ order.transaction_count | count }}
{{ t('replay.total') }}{{ order.control_sum | amount(order.currency) }}
{{ t('order.requested_execution') }}{{ order.requested_execution_date | day }}
{{ t('replay.current_state') }}{{ order.state.value }} {{ t('state.' ~ order.state.value) }}
{{ t('replay.bank_said') }}{% if order.return_code %}{{ order.return_code }} {{ bank.quiet(order.report_text) }}{% else %}{{ t('replay.bank_said_nothing') }}{% endif %}

{{ t('replay.no_second_payment') }} {{ t('replay.no_second_payment_why') }}

{{ t('common.cancel') }}
{% endblock %}