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

Your registration is pending

Your registration information is saved and is pending approval.

{% else %}

You are Registered

Your registration is complete and has been saved.

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

{% endif %} {% else %}

You are not Registered

{% endif %}
{% if attendee.billable %} {% if attendee.paid %} {% else %} {% endif %} {% elif not attendee.registration_approved %}

We will review the request and notify you by email when a decision has been made.

{% endif %} {% endblock %} {% block save_buttons %} {% endblock %}