{% extends "register/base.html" %} {% load crispy_forms_tags %} {% block registration_page %} {% if not attendee.billable %} {% if attendee.user.bursary %}
As you have a bursary request, we have nothing to invoice at this time.
It will cost Debian {{ DEBCONF_BILLING_CURRENCY_SYMBOL }} {{ attendee.bursary_value }} to provide a food and accommodation bursary for you to attend {{ WAFER_CONFERENCE_NAME }}. {% if attendee.user.bursary.partial_contribution %} Thank you for committing to contribute {{ DEBCONF_BILLING_CURRENCY_SYMBOL }} {{ attendee.user.bursary.partial_contribution }} towards the cost of your bursary. {% else %} If you are able to, would you like to consider making a partial contribution to help us to provide support for more attendees? {% endif %}
Description | Unit Price | Qty | Sub-Total | {% for line in invoice.lines %}
---|---|---|---|
{{ line.description }} | {{ DEBCONF_BILLING_CURRENCY_SYMBOL }} {{ line.unit_price }} | {{ line.quantity }} | {{ DEBCONF_BILLING_CURRENCY_SYMBOL }} {{ line.total }} |
Total ({{ DEBCONF_BILLING_CURRENCY }}) | {{ DEBCONF_BILLING_CURRENCY_SYMBOL }} {{ invoice.total }} | ||
Total ({{ DEBCONF_LOCAL_CURRENCY }}) | {{ DEBCONF_LOCAL_CURRENCY_SYMBOL }} {{ invoice.total_local }} |