{% load static django_afip %} {# pdf is a ReceiptPDF object #} {# taxpayer is a TaxPayer object #} {# TODO: ¿How do we deal with multiple entries with different VAT types? #}
| Descripción | Cantidad | Precio Unitario | Monto |
|---|---|---|---|
| {{ entry.description }} | {{ entry.quantity }} | {{ entry.unit_price }} | {{ entry.total_price }} |
| {{ pdf.receipt.total_amount }} |