{% extends "base.html" %} {% block title %} » MOP Contracts » {{contract.name}} » Batches {% endblock %} {% block nav %} MOP Contracts » {{contract.name}} » Batches [add] {% endblock %} {% block content %}
Reference | Description | Number Of Bills | Net GBP | VAT GBP | Gross GBP |
---|---|---|---|---|---|
{{batch.reference}} | {{batch.description}} | {{ "{:,}".format(row[1]) }} | {{ "£{:,}".format(row[2]) }} | {{ "£{:,}".format(row[3]) }} | {{ "£{:,}".format(row[4]) }} |