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

{% trans 'Payment successful' %}

{% trans 'Your confirmation number is' %}
{{ short_payment_ref }}
{% trans 'Print this page' %}
{% trans 'Details of your payment' %}
{% 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 'What happens next' %}

  1. {% trans 'We’ll email you a copy of this confirmation page.' %} {% trans 'Please check your spam folder.' %}
  2. {% trans 'Money usually takes less than 3 working days to reach a prisoner’s account, but may take longer.' %}

{% trans 'Take a moment to rate this service' %} {% trans '(takes 30 seconds)' %}

{% endblock %}