{% extends "registrasion/base.html" %} {% load registrasion_tags %} {% load lca2018_tags %} {% load staticfiles %} {% block header_title %}{% conference_name %}{% endblock %} {% block proposals_body %} {% include "registrasion/_invoice_details.html" %}
{% if invoice.is_unpaid %}

NOTICE: The above invoice is automatically generated, and will be voided if you amend your selections before payment, or if discounts or products contained in the invoice become unavailable. The products and discounts are only reserved until the invoice due time, please pay before then to guarantee your selection. Late payments are accepted only if the products and discounts are still available.

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

Your most recent unpaid invoice will be available at {{ request.scheme }}://{{ request.get_host }}{{ access_url }} You can print that page for your records, or give this URL to your accounts department to pay for this invoice

Pay this invoice by card {% if user.is_staff %} Apply manual payment {% endif %} {% elif invoice.is_paid %} {% if user.is_staff %} Apply manual payment/refund Refund by issuing credit note {% endif %} {% endif %}
{% endblock %}