{% extends "public/content.html" %} {% block headtitle %}My Membership{% endblock %} {% block headstyle %} {% endblock %} {% block title %}

Membership Payment

{% endblock %} {% block content %}

Total to Pay - £{{ total|floatformat:2 }}

{% if content_block %} {{ content_block.content|safe }} {% else %}

If you are happy with the above amount please click the link to our secure PayPal account and complete the details of the card you intend to use to make payment. A receipt will be issued to you once payment has been received.

{% endif %}
{% if not member.member_type.direct_debit_only %}
{{ paypal_form.render }}
{% endif %}
{% endblock %}