{% extends "register/base.html" %} {% block registration_page %} {% if not attendee %}

You are not Registered

{% else %}

Your Personal Details

{% if not DEBCONF_ONLINE %} {% endif %} {% if not DEBCONF_ONLINE %} {% endif %} {% if RECONFIRMATION %} {% endif %} {% if DEBCONF_SHOE_SIZES %} {% endif %} {% if DEBCONF_ONLINE %} {% endif %} {% if not DEBCONF_ONLINE %} {% endif %}
Name {{ profile.display_name }}
eMail Address {{ user.email }}
Contact Number {{ profile.contact_number }}
Nametag Line 2 {{ attendee.nametag_2 }}
Nametag Line 3 {{ attendee.nametag_3 }}
Emergency Contact {{ attendee.emergency_contact|linebreaksbr }}
Announce Arrival on IRC {% if attendee.announce_me %} {% else %} {% endif %}
Subscribe to mailing lists {% if attendee.register_announce %} debconf-announce {% endif %} {% if attendee.register_discuss %} debconf-discuss {% endif %}
Code of Conduct {% if attendee.coc_ack %} I agree to Follow the DebConf Code of Conduct. {% else %} {% endif %}
Conference Fee {{ fee }}
Arrival {{ attendee.arrival|date:"DATETIME_FORMAT" }} {% if attendee.final_dates %} finalized {% else %} estimated {% endif %}
Departure {{ attendee.departure|date:"DATETIME_FORMAT" }} {% if attendee.final_dates %} finalized {% else %} estimated {% endif %}
Attendance Confirmed? {% if attendee.reconfirm %} {% else %} {% endif %}
T-Shirt {% if attendee.t_shirt_size %} {{ t_shirt_size }} {% else %} {% endif %}
Shoes {% if attendee.shoe_size %} {{ attendee.shoe_size }} {% else %} {% endif %}
Shipping Address {{ attendee.shipping_address.formatted_address|linebreaksbr }}
Gender {{ gender }}
Country {{ attendee.country_name }}
Languages Spoken {{ attendee.languages }}
PGP Keysigning Keys {{ attendee.pgp_fingerprints|linebreaksbr }}
Billing Address {{ attendee.billing_address|linebreaksbr }}
Notes {{ attendee.notes|linebreaksbr }}

Bursary Details

{% if bursary.request_any %} {% if bursary.reason_diversity %} {% endif %} {% if bursary.request_travel %} {% endif %}
Request Bursary For {% if bursary.request_food %} Food {% endif %} {% if bursary.request_accommodation %} Accommodation {% endif %} {% if bursary.request_travel %} Travel {% endif %} {% if bursary.request_expenses %} Expenses reimbursement {% endif %}
Debian Contributions {{ bursary.reason_contribution|linebreaksbr }}
Plans for DebConf {{ bursary.reason_plans|linebreaksbr }}
Diversity Eligibility {{ bursary.reason_diversity|linebreaksbr }}
Travel Cost $ {{ bursary.travel_bursary }} (USD)
Travelling From {{ bursary.travel_from }}
Level of Need {{ bursary_need }}
{% else %}

No Bursary Request.

{% endif %}
{% if not DEBCONF_ONLINE %}

Food

{% if food %}
Meals Requested {% for day, meals in food.meals_by_day.items %} {{ day|date:"SHORT_DATE_FORMAT" }} {% for meal in meals %} {% if meal.conference_dinner %} Conference Dinner {% else %} {{ meal.meal }} {% endif %} {% endfor %}
{% endfor %}
Diet {{ diet }} {% if food.special_diet %}
{{ food.special_diet }} {% endif %}
{% else %}

No Food Requested.

{% endif %}

Accommodation

{% if accomm %} {% if accomm.requirements %} {% endif %} {% if accomm.family_usernames %} {% endif %}
Nights Requested {% for night in accomm.nights.all %} {{ night.date|date:"SHORT_DATE_FORMAT" }}
{% endfor %}
Accommodation Requirements {{ accomm.requirements }}
Family Accompanying {{ accomm.family_usernames|linebreaksbr }}
{% else %}

No Accommodation Requested.

{% endif %}

Child Care

{% if child_care %}
Childcare Needs {{ child_care.needs|linebreaksbr }}
Childcare Details {{ child_care.details|linebreaksbr }}
{% else %}

No Child Care Requested.

{% endif %}
{% endif %} {% endif %} {% endblock %}