| Item | Amount |
|---|---|
| {{ item.product_name }} | R {{ item.amount|floatformat:2 }} |
Subtotal: R {{ receipt.subtotal|floatformat:2 }}
VAT ({{ receipt.get_vat_type_display }}): R {{ receipt.vat_amount|floatformat:2 }}
Total: R {{ receipt.total_amount|floatformat:2 }}