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

Thank you for your interest in attending {{ WAFER_CONFERENCE_NAME }}!

Please read the following instructions carefully:

  1. You are not registered until you've finished the last page of the form.
  2. {% if not DEBCONF_ONLINE %}
  3. All registration{% if DEBCONF_PAID_ACCOMMODATION %}, accommodation{% endif %} and catering fees must be paid either online by credit card or in person at the front desk upon arrival.
  4. {% endif %}
  5. Please keep your registration information up to date. You can make changes by going through this form again. Once deadlines pass, you may not be able to modify those parts of your registration.
  6. {% if not DEBCONF_ONLINE %}
  7. Registrations will need to be confirmed by {{ DEBCONF_CONFIRMATION_DEADLINE|date:"SHORT_DATE_FORMAT" }} AoE.
  8. {% else %}
  9. We are providing a limited number of t-shirts that we'll ship to attendees. Please bear in mind that our budget is limited, and we can't guarantee t-shirts for all attendees.
    In order to receive a t-shirt, you will need to:
    1. Register by {{ DEBCONF_CONFIRMATION_DEADLINE|date:"SHORT_DATE_FORMAT" }} AoE.
    2. Provide a shipping address including recipient name and phone number that we can share with the shipping company.
    {% endif %}
  10. The deadline to apply for a bursary is {{ DEBCONF_BURSARY_DEADLINE|date:"SHORT_DATE_FORMAT" }} AoE. After this date, new bursary applications won't be considered.
{% endblock %} {% block save_buttons %} {% endblock %}