{% extends "registrasion/base.html" %} {% load registrasion_tags %} {% load lca2018_tags %} {% block scripts %} {{ block.super }} {{ form.media }} {% endblock %} {% block page_title %}Credit card payment for invoice #{{ invoice.id}}{% endblock %} {% block proposals_body %}

Pay for your linux.conf.au attendance with your Visa, Mastercard, or American Express credit or debit card. Card payments are processed by Stripe.

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 and stripe.network 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 %}