{% extends 'base.html' %} {% load i18n %} {% load mtp_common %} {% block page_title %}{% trans 'Pay now by debit card' %} – {{ block.super }}{% endblock %} {% block content %} {% notification_banners request 'send_money_landing' %}
{% trans 'Paying by debit card is fast, simple, reliable and free and the best way of sending money to a prisoner.' %}
{% trans 'You can complete your payment here using Mastercard, Visa and Maestro debit cards.' %} {% trans 'Money usually takes less than 3 working days to reach a prisoner’s account, but may take longer.' %}
{% trans 'You’ll get email confirmation of payment.' %}
{% trans 'You can make an international payment using a debit card.' %}
{% include 'govuk-frontend/components/error-summary.html' with form=form only %} {% if form.payment_method.field.disabled %}{% trans 'Please try again later.' %}
{% trans 'I don’t have a debit card / can’t access this service' %}