{% extends "layout.html" %} {% block content %}

User RegistrationUser sign-up

{% if activation_status == 'success' %}

Signup request confirmed.

You are currently able to log in to the portal using your email address and the password that you have provided; however, your access is still limited.

You will have full access as soon as your account is validated by a manager at your organization. We have sent an email to your organisation's managers with a validation request.

{%else%}

Signup confirmation failed.

You have probably arrived at this page by clicking a confirmation link in an email that we have sent to you. We have been unable to match the link that you have clicked to a signup request in our database.

Please contact support so that we may help you complete the signup process.

{%endif%}
{% endblock %}