{% extends "wafer/base.html" %} {% block title %}{{ WAFER_CONFERENCE_NAME }} - Invoice {{ object.reference_number }}{% endblock %} {% block content %} {% include 'invoices/includes/invoice.html' %}
If you have modified your registration and the invoice is no longer correct, you may cancel it and re-create it.
If you want to pay for multiple invoices, together, you can combine them into a single invoice.
Combine InvoicesCancelled on {{ object.last_update | date }}
Disputed on {{ object.last_update | date }}
js.stripe.com
in it.
{% else %}
Stripe integration is not configured.
{% endif %}
Waiting for payment confirmation
{% elif object.status == 'paid' %}
Payment received on {{ object.last_update | date }}
Transaction number {{ object.transaction_id }}