From e14ce1424ee32470b8ef46a4b280de02d04ecb51 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Thu, 28 May 2015 23:33:05 +0100 Subject: [PATCH] Add note about contracts not being invoices. --- RIGS/templates/RIGS/event_print_page.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/RIGS/templates/RIGS/event_print_page.xml b/RIGS/templates/RIGS/event_print_page.xml index 1559818c..96087e71 100644 --- a/RIGS/templates/RIGS/event_print_page.xml +++ b/RIGS/templates/RIGS/event_print_page.xml @@ -189,12 +189,18 @@ - + {% if not invoice %}VAT Registration Number: 116252989{% endif %} Total (ex. VAT) £ {{ object.sum_total|floatformat:2 }} - {% if not invoice %}VAT Registration Number: 116252989{% endif %} + + {% if not invoice %} + + The full hire fee is payable at least 10 days before the event. + + {% endif %} + VAT @ {{ object.vat_rate.as_percent|floatformat:2 }}% £ {{ object.vat|floatformat:2 }} @@ -205,7 +211,7 @@ {% if invoice %} VAT Registration Number: 116252989 {% else %} - The full hire fee is payable at least 10 days before the event. + This contract is not an invoice. {% endif %}