{% extends 'base.html' %} {% load i18n %} {% load send_money %} {% block page_title %}{% trans 'Payment being processed' %} – {{ block.super }}{% endblock %} {% block content %}

{% trans 'This payment is being processed' %}

{% trans 'Your reference is' %}
{{ short_payment_ref }}
{% trans 'Print this page' %}
{% trans 'Details of your payment' %}
{% trans 'Payment to' %}: {{ prisoner_name }} ( {{ prisoner_number }})
{% trans 'Amount' %}: {{ amount|currency_format }}
{% trans 'Date' %}: {% now 'd/m/Y' %}
{% trans 'Reference' %}: {{ short_payment_ref }}

{% trans 'We’ll email you a payment update in a few days.' %}

{% trans 'Please don’t contact us until you have it.' %}

{% endblock %}