{% extends 'base.html' %} {% load i18n %} {% load send_money %} {% block page_title %}{% trans 'Payment being processed' %} – {{ block.super }}{% endblock %} {% block content %}
| {% 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.' %}