{% extends "base.html" %} {% block title %} » MOP Contracts » {{contract.name}} » Batches {% endblock %} {% block nav %} MOP Contracts » {{contract.name}} » Batches [add] {% endblock %} {% block content %} {% for row in batches %} {% set batch = row[0] %} {% endfor %}
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]) }}
{% endblock %}