2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-01-19 17:42:57 +00:00
Files
troggle/templates/signup.html
2025-01-15 21:07:16 +00:00

180 lines
7.0 KiB
HTML

<!-- signup.html - this text visible because this template has been included -->
{% 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 %}
<style type="text/css">
body { margin-left: 8%; margin-right: 8%; margin-bottom: 4% }
p.blocktext { margin-left: 48pt; margin-right: 48pt }
div.blocktext { margin-left: 48pt; margin-right: 48pt }
ul.blocktext { margin-left: 48pt; margin-right: 48pt }
ol.blocktext { margin-left: 48pt; margin-right: 48pt }
h1 { font-size: 24pt; line-height: 100% }
h2 { text-align: left}
h2.blocktext { text-align: left; margin-left: 48pt }
h3.blocktext { margin-left: 48pt }
table.cal { width: 100% }
td { padding-left: 5px; padding-right: 10px }
tr.odd { background-color: #cccccc; height: 56pt }
tr.even { background-color: #eeeeee; height: 56pt }
tr.oddvac { background-color: #888888; height: 56pt }
tr.evenvac { background-color: #888888; height: 56pt }
tr.head { background-color: #999999; height: 36pt }
td.cellhead { width: 12%; text-align: center }
td.cell { width: 12%; font-size: 12pt }
td.cellvac { background-color: #888888; width: 12%; font-size: 12pt }
td.meet { background-color: #c6c699; width: 12%; font-size: 12pt; text-align: center }
td.other { background-color: #998db5; width: 12%; font-size: 12pt }
td.date { background-color: #999999; width: 12%; font-size: 12pt; text-align: right }
td.white { background-color: #ffffff; width: 12% }
div.right { float: right; margin-right: 48pt }
img.padleft { margin-left: 24pt }
span.l { background: #7f96e8 }
</style>
<title>Loser Expo {{year}} Sign-up Form</title>
<h1>Expo {{year}} Signup Form {{dates}}</h1>
<p>This is the official signup form for Expo {{year}}</p>
<p>This form is <em>not</em> secure and should not be used for confidential information.<br>
(However we take care not to <em>publish</em> your email address, phone numbers or residential addresses.)
<p>By submitting this form you consent to its contents being used for
<ul style="list-style: disc">
<li> all expo organisational purposes
<li> being <em>public</em> in the printed Bier Book on Expo.</ul></p>
<p>You are now also giving permission that all information you collect on expo
<ul style="list-style: disc">
<li>survey data, GPS tracks
<li>photos, videos
<li>trip writeups
<li>rough notes
<li>all other records or recordings you make
</ul>
may be used without charge <em>in perpetuity</em> for expo-related purposes.</p>
<p>Submitting this form will subscribe you to the expo mailing list
if you are not already subscribed.
<hr>
<form action="{% url 'signup' %}" method="post">
{% csrf_token %}
<h3>Personal information</h3>
<table border="0">
<tr>
<td colspan="2"><b>Your details:</b></td>
<td colspan="2"><b>Next of kin:</b></td>
</tr>
<tr>
<td align="right"><i>Full</i> name:</td>
<td>{{ form.name }}</td>
<td align="right">Name:</td>
<td>{{ form.kinname }}</td>
</tr>
<tr>
<td align="right">Address:</td>
<td>{{ form.address }}</td>
<td align="right">Address:</td>
<td>{{ form.kinaddress }}</td>
</tr>
<tr>
<td align="right">Phone:</td>
<td>{{ form.phone }}</td>
<td align="right">Phone:</td>
<td>{{ form.kinphone }}</td>
</tr>
<tr>
<td align="right">Email:</td>
<td>{{ form.email }}</td>
<td align="right">Email:</td>
<td>{{ form.kinemail }}</td>
</tr>
<tr>
<td colspan="2"></td>
<td align="right">Relation to you:</td>
<td>{{ form.relation }}</td>
</tr>
</table>
&nbsp;<br />
<table border="0">
<tr>
<td><b>Are you a vegetarian?</b></td>
<td><b>Are you a student/unwaged?</b></td>
</tr>
<tr>
<td>{{ form.veggie }}</td>
<td>{{ form.student }}</td>
</tr>
</table>
<table border="0">
<h3>Transport</h3>
<p>Please look now at the <a target="_blank" href="/years/{{year}}/travel.html">transport arrangements page</a> (will open in a new window). Then select one of the following:</p>
<p>{{ form.transport_ok }}</p>
<p>If your arrangements are shown incorrectly, then please state the corrected version in the box below. </p>
<p>{{ form.transport_info }}</p>
</table>
<table border="0">
<h3>Tents</h3>
<p>There will be two high camps in {{year}}:</p>
<ul style="list-style: disc">
<li>the Stone Bridge site;</li>
<li>the Garlic Cave site</li>
</ul>
<p>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.</p>
<p>Will you be bringing any of the following to expo (please tick/complete as appropriate):</p>
<p>{{ form.bivvy }} Yes I will have my own bivvy bag which I will use up the mountain.</p>
<p>{{ form.tent }} Yes, I will have a {{ form.top_tent_cap }} person tent for the Top Camp site.</p>
<p>{{ form.btent }} Yes, I will have a {{ form.base_tent_cap }} person tent for Base Camp.</p>
<p>Leave the tick-boxes unchecked if you require Club tent space at a particular site.</p>
<h3>Medical</h3>
<p>The medical information entered here will appear in the Bier Book. Extra medical information may be communicated to
<a href="mailto:mjg54&#64cam.ac.uk">Martin Green</a>; 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.</p>
<p>Please list any allergies which you have:</p>
<p>{{ form.allergies }}</p>
<p>Please list any medication which you may be taking in Austria:</p>
<p>{{ form.medication }}</p>
<p>Please list any other medical conditions you have that the expedition should be aware of:</p>
<p>{{ form.medic_info }}</p>
<h3>Other</h3>
<p>Any other information, including any skills e.g. first aid, languages, etc. that you have:</p>
<p>{{ form.extra_info }}</p>
<h3>Caving/surface work projects</h3>
<p>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:</p>
<p>{{ form.aims }}</p>
</table>
<hr>
<h2>All done?</h2>
<!-- <p>Click the <b>Preview</b> button below to review your submission.</p> -->
<div style="text-align: center">
<input type="submit" value="Preview / Submit">
</div>
</form>
&nbsp;<br />
<hr>
<p>Please report any problems with this form to a <a href="mailto:philip.sargent@klebos.eu">troggle nerd</a>.</p>
{% endblock %}