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

My Membership

{% endblock %} {% block left_content %} {% include "members/partials/locker-tabs.html" with active_tab="membership" %} {% endblock %} {% block content %}

Complete Membership Renewal

Amount payable £{{ member.member_type.renewal_fee|floatformat:2 }}

{% if content %} {{ content.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 %}
{{ paypal_form.render }}
{% comment %}
Pay by Invoice
{% endcomment %}
{% endblock %}