{% extends "base.html" %} {% load static %} {% block title %}UCC Payment Gateway{% endblock %} {% block extrahead %} {# bring the location IDs into javascript so the next bits know about them #} {% endblock %} {% block content_title %}

Checkout

{% endblock %} {% block content %}
{% block tips %}{% endblock %} {% if payment.is_paid %}

It appears you have already successfully attempted this payment.

Note that you will not be charged twice if even you submit again.

{% endif %}
{% endblock %}