{% extends 'base.html' %} {% load i18n %} {% load send_money %} {% block page_title %}{% trans 'Payment successful' %} – {{ block.super }}{% endblock %} {% block content %}
| {% trans 'Payment to' %}: | {{ prisoner_name }} |
|---|---|
| {% trans 'Amount' %}: | {{ amount|currency_format }} |
| {% trans 'Date payment made' %}: | {% now 'd/m/Y' %} |
| {% trans 'Confirmation number' %}: | {{ short_payment_ref }} |
{% trans 'Take a moment to rate this service' %} {% trans '(takes 30 seconds)' %}