{% extends "persons/master.html" %} {% block title %}Registration{% endblock %} {% block content %} {% if domainObject %}

Thanks for completing registration

You registration is pending approval by the service administrators.

{{comment}}

If you registered an email address, notification by email will be sent when the registration is approved.

{{endcomment}} {% else %}

Registration

To register with this service, please fill out the form below.

Fields marked with * are required.

{% if form.has_errors %}

Sorry, the following problems prevented your registration from being completed.

{% endif %}
Personal details {{ form.fullname }} {{ form.email }} {{ form.emailconfirmation }}

Please enter the email again, just to make sure you typed it correctly.

Login details {{ form.name }}

Your login name must only contain alphanumerics, underscores, hyphens, and dots.


{{ form.password }}

Your password must be at least 4 characters long.


{{ form.passwordconfirmation }}

Please enter the desired password again, just to make sure you typed it correctly.

Researcher details

If you are a normal member of a research group, please select the 'Researcher' option here, and then select the group you belong to below. Alternatively, if you are responsible for a group of researchers, please select the 'Principal Investigator' option instead.

{{ form.requestedGroup }}

You may select a group you wish to join. If you select 'Principal Investigator' above and you do not select a group here, a new group will be created for you when your registration is approved.

Training details {{ form.safetyTrainingCertificate }}

You may optionally provide a certificate of safety training now, or after registration. A valid safety training certificate is required to use the facility.

{% if isCaptchaEnabled %}
Captcha {{ form.captchahash }}

{{ form.captcha }}

Please enter the characters you see above.

{% endif %} Please check the details and
{% endif %} {% endblock %} {% block primarysidebar %} {% endblock %}