{% if edit %} {% endif %} {% for item in object.items.all %} {% include 'RIGS/item_row.html' %} {% endfor %} {% if not object.pk %} {% else %} {% endif %}
Item Price Quantity Sub-total
Total (ex. VAT) £ {{object.sum_total|default:0|floatformat:2}}
VAT @ {{currentVAT.as_percent|floatformat}}% (TBC)VAT @ {{object.vat_rate.as_percent|floatformat|default:"TBD"}}%£ {{object.vat|default:0|floatformat:2}}
Total £ {{object.total|default:0|floatformat:2}}
{% if edit %} {% endif %}