{% extends "register/base.html" %} {% block registration_page %} {% if not attendee %}
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 }} |
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 }} |
No Bursary Request.
{% endif %}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 %} |
No Food Requested.
{% 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 }} |
No Accommodation Requested.
{% endif %}Childcare Needs | {{ child_care.needs|linebreaksbr }} |
---|---|
Childcare Details | {{ child_care.details|linebreaksbr }} |
No Child Care Requested.
{% endif %}