{% extends 'base.html' %} {% block content %}

{% if newuser %} New User Registration
for someone who has never attended Expo {% else %} User Registration - for a personal login to Troggle by a known caver {%endif %}

{{ admin_notice }}

Register your email address

{% if newuser %}

You need to register on the website before you can fill out the 'signup' form to request to attend Expo (not in 2025: this is for future Expos). {% else %}

For previous expoers, your username must be your 'troggle id' as listed on the past expoers list e.g. "rover-richardson".

For new people wanting to come to expo for the first time, please use the New User registration form {%endif %}

This will also eventually sign you up automatically to the expo email list. So type in the same email address that you use there if you have already signed up to that.

{{ warning }} {{ form.errors }}

{% csrf_token %}

{% if newuser %} {{form.fullname}} {% else %} {% if email_stored %} {% else %} {% endif %} {{form.username}} {%endif %}

{% if email_stored %} {% else %} {% endif %} {{form.email}}

{% if newuser %} {% else %} {% if logged_in %} {% else %}

{{form.password1}}

{{form.password2}}

{%endif %} {%endif %}
{% if newuser %} {% else %} {% if logged_in %} {% else %} Make Passwords visible (on this form only) {%endif %} {%endif %}

{% if newuser %} {% else %}     {% if logged_in %} {% else %} {% if email_stored %} {% else %} {% endif %} {% endif %} {%endif %} {% if email_stored %} {% endif %}

The "Register" button will take you to a form where you will have to re-type in the email address you enter above. {% include 'login/register_text.html' %} {{ form.non_field_errors }}

{% endblock %}