{% 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. All registration{% if DEBCONF_PAID_ACCOMMODATION %}, accommodation{% endif %} and catering fees must be paid either through PayPal's credit card processing or in person at the front desk upon arrival.
    The way we're taking payments from PayPal shouldn't require you to have a PayPal account. However for EU residents PayPal will require an account, for some GDPR-related reason.
  3. 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.
  4. Registrations will need to be confirmed before {{ DEBCONF_CONFIRMATION_DEADLINE|date:"SHORT_DATE_FORMAT" }}.
{% endblock %} {% block save_buttons %} {% endblock %}