Charge Description Quantity Amount
{% for item in Data.InvoiceItem %} {% endfor %}
{{Data.RatePlanCharge[forloop.index0].Name}} {{item.Sum_Quantity | round}} {{item.Sum_ChargeAmount | money: Data.Account[forloop.index0].Currency}}
Subtotal : {{Data.Invoice[0].AmountWithoutTax | money: Data.Account[0].Currency}}
Tax Subtotal : {{Data.Invoice[0].TaxAmount | money: Data.Account[0].Currency}}
Invoice Total : {{Data.Invoice[0].Amount | money: Data.Account[0].Currency}}