{% extends "register/base.html" %} {% load crispy_forms_tags %} {% block registration_page %} {% if not attendee.billable %}
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 }} |