{% 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 %} {% if payment.is_paid %}

It appears you have already successfully attempted this payment. {% if payment.completed_url %}

Perhaps you were meaning to find this page. {% endif %}

{% else %} Please fill in your card details below. {% endif %} {% endblock %}
{{ object.description }}
{{ amount }}
{% csrf_token %}
Card Number
Expiration
CVV
{% endblock %}