{% extends "public/content.html" %} {% load url from future %} {% block headtitle %}Registration{% endblock %} {% block title %}

Thanks For Your Registration

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

Thank you for registering to become a member of the PSGBI. You have successfully completed your registration. Please now download and complete the Direct Debit form below, on completion send to PSGBI using the address at the top of the form.

{% endif %} {% if dd_form %}

Download Direct Debit Form

{% endif %} {% endblock %}