{% if edit %} {% endif %} {% for item in object.items.all %} {% include 'RIGS/item_row.html' %} {% endfor %}
Item Price Quantity Sub-total
Total (ex. VAT) £ {{object.sum_total|default:0|floatformat:2}}
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 %}