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

Membership Payment

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

To pay for your membership please either proceed to our secure payment gateway using the button below, or complete your details to enable the BMUS to invoice you.

Membership fees are calculated on a Pro-rota basis, based on the month you were approved to join. All membership renewals are completed on the 1st of January each year, and can either be paid online or can be arranged by Direct Debit.

{% endif %}
{% endblock %}