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 %}