{% extends "registrasion/base.html" %} {% load bootstrap %} {% load registrasion_tags %} {% load pyconau2017_tags %} {% block scripts %} {{ block.super }} {{ form.media }} {% endblock %} {% block header_title %}Credit card payment for invoice #{{ invoice.id}}{% endblock %} {% block header_inset_image %}{% illustration "casino.svg" %}{% endblock %} {% block header_paragraph %} Pay for your linux.conf.au attendance with your Visa, Mastercard, or American Express credit or debit card. Card payments are processed by Stripe. {% endblock %} {% block content %}

No data on this form is retained by {% conference_name %}, rather it is sent to Stripe. In particular, credit card details are not sent to linux.conf.au. You must allow JavaScript from js.stripe.com to complete payment.

You have ${{ invoice.balance_due }} remaining to pay on this invoice.

Card details

{% csrf_token %} {% include "_form_snippet.html" with form=form %}
{% endblock %}