{% extends "base.html" %} {% block title %} » DC Contracts » {{ contract.name }} » Batches {% endblock %} {% block nav %} DC 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]) }} |