{% extends "register/base.html" %} {% block registration_h1 %}{% endblock %} {% block registration_h2 %}{% endblock %} {% block registration_page %}
{% if attendee %}

You are Registered

Your registration is complete and has been saved.

We look forward to seeing you in {{ DEBCONF_CITY }}.

{% else %}

You are not Registered

{% endif %}
{% if attendee.billable %} {% if attendee.paid %} {% else %} {% endif %} {% endif %} {% endblock %} {% block save_buttons %} {% endblock %}