{% extends "base.html" %} {% block title %} Loser Expo 2025 SIGN-UP Form {% endblock %} {% block extraheaders %} {% include 'html_editor_scripts_css.html' %} {% endblock %} {% block content %} {% block head %} {% endblock %} {% load static %} Loser Expo {{year}} Sign-up Form

Expo {{year}} Signup Form {{dates}}

This is the official signup form for Expo {{year}}

This form is not secure and should not be used for confidential information.
(However we take care not to publish your email address, phone numbers or residential addresses.)

By submitting this form you consent to its contents being used for

You are now also giving permission that all information you collect on expo

may be used without charge in perpetuity for expo-related purposes.

Submitting this form will subscribe you to the expo mailing list if you are not already subscribed.


{% csrf_token %}

Personal information

Your details: Next of kin:
Full name: {{ form.name }} Name: {{ form.kinname }}
Address: {{ form.address }} Address: {{ form.kinaddress }}
Phone: {{ form.phone }} Phone: {{ form.kinphone }}
Email: {{ form.email }} Email: {{ form.kinemail }}
Relation to you: {{ form.relation }}
 
Are you a vegetarian? Are you a student/unwaged?
{{ form.veggie }} {{ form.student }}

Transport

Please look now at the transport arrangements page (will open in a new window). Then select one of the following:

{{ form.transport_ok }}

If your arrangements are shown incorrectly, then please state the corrected version in the box below.

{{ form.transport_info }}

Tents

There will be two high camps in {{year}}:

As well as space for your own tent, there is space for three people in a Club tent at Base camp. At the stone bridge, a breathable and waterproof bivvy bag is not essential but useful if you have one. At Garlic Cave a bivvy bag is very strongly recommended.

Will you be bringing any of the following to expo (please tick/complete as appropriate):

{{ form.bivvy }} Yes I will have my own bivvy bag which I will use up the mountain.

{{ form.tent }} Yes, I will have a {{ form.top_tent_cap }} person tent for the Top Camp site.

{{ form.btent }} Yes, I will have a {{ form.base_tent_cap }} person tent for Base Camp.

Leave the tick-boxes unchecked if you require Club tent space at a particular site.

Medical

The medical information entered here will appear in the Bier Book. Extra medical information may be communicated to Martin Green; this will be placed in sealed envelopes inside the large first aid kits for use in case of emergency. Please ensure that you communicate such information in good time.

Please list any allergies which you have:

{{ form.allergies }}

Please list any medication which you may be taking in Austria:

{{ form.medication }}

Please list any other medical conditions you have that the expedition should be aware of:

{{ form.medic_info }}

Other

Any other information, including any skills e.g. first aid, languages, etc. that you have:

{{ form.extra_info }}

Caving/surface work projects

To assist organisation of gear, it would be helpful to know people's possible aims on Expo. Thus if you have a particular project in mind, please state it below:

{{ form.aims }}


All done?

 

Please report any problems with this form to a troggle nerd.

{% endblock %}