{% extends "wafer/base_form.html" %} {% block title %}{{ WAFER_CONFERENCE_NAME }} Registration - {{ register.title }}{% endblock %} {% block content %} {% block registration_h1 %}

Registration

{% endblock %}
{% block registration_h2 %}

{{ register.title }}

{% endblock %}
{% csrf_token %} {% block registration_page %} {% endblock %}
{% block save_buttons %}
Save and continue to:
{% if register.steps.step0 > 0 %} {% endif %} {% endblock %}

Registration Steps

    {% for step in register.steps.links %}
  1. {% if step.accessible %} {{ step.title }} {% else %} {{ step.title }} {% endif %}
  2. {% endfor %}
{% endblock %}