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

User Registration Experimenter registration

{%if activation_status == 'success'%}

Email activation complete !

Your account is pending for validation.

PI of your institution is responsible for validating your account.

You will be notified once your account is validated.

In the meantime, you can login to the portal with your email and password and browse through the limited access features.

{%else%}

Email activation Failed !

Your email address is not registered in our server.

Please register to get access to the portal.

If you have already registered and still having this message, please contact support.

{%endif%}
{% endblock %}