{% extends "registrasion/base.html" %} {% load bootstrap %} {% load registrasion_tags %} {% load pyconau2017_tags %} {% load staticfiles %} {% block header_title %}{% conference_name %}{% endblock %} {% block header_paragraph %}

Monday 16 January–Friday 20 January 2017.

Wrest Point Convention Centre, Hobart, Tasmania, Australia.

{% endblock %} {% block header_inset_image %}{% illustration "tuz.svg" %}{% endblock %} {% block header_background_image %}{% static "pyconau2017/images/wp_bg_optimised.jpg" %}{% endblock %} {% block content %} {% if invoice.is_unpaid %}

NOTICE: The below 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 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 %}
{% if user.is_staff %} Apply manual payment/refund Refund by issuing credit note {% endif %}
{% endif %} {% endif %}
{% include "registrasion/_invoice_details.html" %} {% endblock %}