diff --git a/pinaxcon/templates/registrasion/invoice.html b/pinaxcon/templates/registrasion/invoice.html index bdd884293d9949b635744bd70b80a2a6d8d7b876..3eb1ac5d5e4dce6b8b770ebc8b97f694c72cd852 100644 --- a/pinaxcon/templates/registrasion/invoice.html +++ b/pinaxcon/templates/registrasion/invoice.html @@ -34,49 +34,6 @@
-

Invoice

- -{% with invoice_user=invoice.cart.user %} - -{% endwith %} - -

This invoice has been issued as a result of an application to attend (conference name).

- - - - - - - - - - {% for line_item in invoice.lineitem_set.all %} - - - - - - - {% endfor %} - - - - - - -
DescriptionQuantityPrice/UnitTotal
{{ line_item.description }}{{ line_item.quantity }}${{ line_item.price }}${{ line_item.price|multiply:line_item.quantity }}
TOTAL${{ invoice.value }}
- -{% if invoice.paymentbase_set.all %} -

Payments received

-{% include "registrasion/payment_list.html" with payments=invoice.paymentbase_set.all %} -{% endif %} +{% include "registrasion/_invoice_details.html" %} {% endblock %}