{% 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 }} | $ {{ line.unit_price }} | {{ line.quantity }} | $ {{ line.total }} |
Total (USD) | $ {{ invoice.total }} | ||
Total ({{ DEBCONF_LOCAL_CURRENCY }}) | {{ DEBCONF_LOCAL_CURRENCY_SYMBOL }} {{ invoice.total_local }} |