diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index 29e55d0bd2772d1624fa5e4f70cd0e8f1787fa1b..464057020909a5e15f0597fa21512a45211fcb15 100644 --- a/pinaxcon/templates/registrasion/invoice/details.html +++ b/pinaxcon/templates/registrasion/invoice/details.html @@ -38,6 +38,13 @@ {% endblock %} {% block extra_line_items_after_total %} + {% vat_amount(invoice) as vat %} + {% if vat %} + + Includes {{ vat_rate }} VAT: + ${{ vat }} + + {% endif %} {% donation_income invoice as donation %} {% if donation %}