{% extends "base.html" %} {% block title %} Gas Contracts » {{g_contract.name}} » Batches {% endblock %} {% block nav %} Gas Contracts » {{g_contract.name}} » Batches [add] {% endblock %} {% block content %} {% for row in g_batches %} {% set g_batch = row[0] %} {% endfor %}
View Reference Description Number Of Bills Net GBP VAT GBP Gross GBP kWh
View {{g_batch.reference}} {{g_batch.description}} {{ "{:,}".format(row[1]) }} {{ "£{:,}".format(row[2]) }} {{ "£{:,}".format(row[3]) }} {{ "£{:,}".format(row[4]) }} {{ "{:,}".format(row[5]) }}
{% endblock %}