{% load static %}
![]() ![]() |
|
Description | Unit Price ({{ billing_currency }}) | Quantity | Amount ({{ billing_currency }}) |
---|---|---|---|
{{ item.item_description }} | {{ item.subscription_fee }} | {{ item.item_quantity }} | {{ item.item_total }} |
Summary | ||
---|---|---|
Subtotal | {{ billing_currency }} | {{ sub_total }} |
Discount ({{ discount_percent }}%) | {{ billing_currency }} | {{ discount }} |
VAT ({{ vat_percent }}%) | {{ billing_currency }} | {{ vat }} |
Total | {{ billing_currency }} | {{ bill_total }} |