{% load i18n %} {% if invoice.is_unpaid %}

NOTICE: The below invoice is automatically generated, and will be voided if you amend your registration before payment, or if discounts or products contained in the invoice become unavailable. The items and discounts are only reserved until the invoice due time.

Please ensure this invoice is paid by the due date.

{% endif %} {% url "invoice" invoice.id invoice.user.attendee.access_code as access_url %}

This invoice is available at http://{{ current_site }}{{ access_url }} -- You can give this URL to your accounts department to pay your registration.


{% include "registrasion/_invoice_details.html" %}