{% 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 your invoice with your Visa, Mastercard, or American Express credit or debit card. Card payments are processed by Stripe.

No data or credit card details on this form are retained by {% conference_name %}, rather it is sent directly to Stripe. 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 %}