{% 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. Registrations will need to be confirmed before {{ DEBCONF_CONFIRMATION_DEADLINE|date:"SHORT_DATE_FORMAT" }}.
    {% if not DEBCONF_ONLINE %} {% endif %}
  7. The deadline to apply for a bursary is {{ DEBCONF_BURSARY_DEADLINE|date:"SHORT_DATE_FORMAT" }}. After this date, new bursary applications won't be considered.
{% endblock %} {% block save_buttons %} {% endblock %}