{% extends "attendeereg/base.html" %}{% load appmedia %}{% load adminmedia %} {% block content %}{% load restructuredtext %}{% load attendeereg %} {% progressbar 'checkout' %}

Checkout

Please do not use the Back button or Reload this page.

Your registration(s) and invoice have been created and await payment.

  Total: ${{ form.invoice.total_cost }}
{{ form.as_p }}

NEXT STEP: payment. Click "Pay Now" to pay by credit card (preferred). This website does not process, record, or have access to your financial information. The credit card processing is handled on a separate secure system. You also have the option of paying by mailing a check DRAWN ON A U.S. BANK; click "Alternative Payment Methods" below.

Your registration will be complete when you arrive at a PyCon page titled "Thank You!". If you do not arrive at the "Thank You!" page, please fill out a change request and include the phrase "incomplete payment" in the message.

NOTE: Some people have experienced problems with the credit card payment system. They see the following error:
    Error: Invalid Required Domain!
If you see this error when you click "Pay Now", please fill out a change request and include the phrase "invalid required domain" in the message.
{{ form.invoice.text|restructuredtext }}
  Total: ${{ form.invoice.total_cost }}
{{ form.as_p }}
{% endblock %}