{% load static %}
|
{% if vat_id %} {% endif %} |
|
| 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 }} |
| {{ item.description }} | {{ item.billing_currency }} | ({{ item.discount }}) |
| Credits Applied | {{ billing_currency }} | ({{ credit_used }}) |
| VAT ({{ vat_percent }}%) | {{ billing_currency }} | {{ vat }} |
| Total | {{ billing_currency }} | {{ bill_total }} |