{% load currency_filters format_filters %}
# | Label | Description | Unit (excl. tax) | Qt. | Tax rate | Amount |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ line.label }} | {{ line.description|linebreaks }} | {{ line.unit_price_excl_tax|currency }} | {{ line.quantity }} | {{ line.tax_rate.rate|percentage }} | {{ line.line_price_excl_tax|currency }} |
Sub Total :
Tax :
Total :