{% extends "getpaid/base.html" %} {% load i18n %} {% block content %}

django-getpaid fake payment gateway

This page simulates the broker's paywall where usually you would proceed with payment by entering card data or something.

{{ message }}

{% blocktrans %} Are you authorizing payment "{{ ext_id }}" valued to {{ value }} {{ currency }} for "{{ description }}"? {% endblocktrans %}

{{ form.as_p }}
{% endblock content %}