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

Thanks For Your Payment

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

Your payment to has been completed, and the administrator has been emailed.

To be able to gain full members priviledges, an administrator must approve your membership, you will be notified by email once this has been completed.

{% endif %} {% endblock %}