{% extends "register/base.html" %} {% block registration_h1 %}{% endblock %} {% block registration_h2 %}{% endblock %} {% block registration_page %}
Your registration is complete and has been saved.
We look forward to seeing you in {{ DEBCONF_CITY }}.
{% else %}Your registration is paid for, thank you.
Your registration is not yet paid for, please make a payment.
{% for invoice in attendee.new_invoices.all %} View Invoice {{ invoice.reference_number }} {% empty %}You need to go back to the billing page to create an invoice.
{% endfor %}