{% 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 %}

Your registration is complete, an administrator will be in touch to confirm your next steps.

{% endif %} {% endblock %}