{% extends "cciw/standard.html" %} {% load standardpage %} {% block content %}
{% ifequal stage "start" %}

Before signing up, please read the terms of service below.

Terms of service

{% htmlchunk website_terms_of_service %}

Continue

If you agree to abide by the terms and rules above, press 'I agree' to continue.

{% else %}{% ifequal stage "email" %}

E-mail address

{% if alreadyused %}
The e-mail address {{ email|escape }} is already used. If you have forgotten your username you can get a reminder.
{% else %} {% if error_message %}
{{ error_message|escape }}
{% else %}

Please enter your e-mail address to continue.

{% endif %} {% endif %}

After clicking 'submit', you will be sent an e-mail containing instructions on how to finish the signup process.

{% else %}{% ifequal stage "emailsubmitted" %}

E-mail sent

Thank you, an e-mail has been sent to {{ email|escape }}. Follow the instructions it contains to complete the sign up process.

{% else %}{% ifequal stage "user_name" %} {% if error_message %}
{{ error_message|escape }}
{% endif %}

Choose a username

Please choose a user name and password to complete the sign-up process.

(3 - 15 characters. Letters, numbers and underscore only)
(5 - 15 characters. Letters and numbers only)

{% else %}{% ifequal stage "invalid" %}

Error

{% if error_message %}
{{ error_message|escape }}
{% endif %} {% else %}{% ifequal stage "end" %}

Finished!

Your account has been created. You might want to edit your preferences which includes personal details that you want other people to see.

{% endifequal %}{% endifequal %}{% endifequal %}{% endifequal %}{% endifequal %}{% endifequal %}
{% endblock %}