{% extends "base" %} {% load extratags %} {% block title %}{{SERVICE_NAME|escape}} - Make Payment{% endblock %} {% block content %}

Make Payment

{% include "info" %} {% if paymentUnits %}
Recipient's Email
Payment Amount
Payment Units
Description
(no HTML)
 
{% if pmtId %}

Click here to cancel this payment

{% endif %} {% else %}

You must have some connections before you are able to make a payment.

Click here to make new connections.

{% endif %}

Back to Summary

{% endblock %}