| Item | {% if perms.RIGS.view_event %}Price | {% endif %}Quantity | {% if perms.RIGS.view_event %}Sub-total | {% endif %} {% if edit %}{% endif %} |
|---|---|---|---|---|
| Total {% if object.vat > 0 or not object.pk %}(ex. VAT){% endif %} | £{{object.sum_total|default:0|floatformat:2}} | |||
| VAT @ {{currentVAT.as_percent|floatformat}}% (TBC) | {% else %}VAT @ {{object.vat_rate.as_percent|floatformat|default:"TBD"}}% | {% endif %}£{{object.vat|default:0|floatformat:2}} | ||
| Total | £{{object.total|default:0|floatformat:2}} | |||
|
|
£ | £ | {% if edit %}
|
{% endif %}