{% extends "base.html" %} {% block title %} » HHDC Contracts » {{ batch.contract.name }} » Batches » {{ batch.reference }} {% endblock %} {% block nav %} » HHDC Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} [edit] {% endblock %} {% block content %}

{{batch.reference}}

{% if batch_reports %} {% endif %}
Reference {{ batch.reference }}
Description {{ batch.description }}
Number Of Bills {{ bills|length }}
Custom Reports

Bills [add]

{% for bill in bills %} {% endfor %}
View Reference Supply Account Issue Date From To kWh Net VAT Gross Type
View {{ bill.reference }} supply {{ bill.account }} {{ bill.issue_date|hh_format }} {{ bill.start_date|hh_format }} {{ bill.finish_date|hh_format }} {{ bill.kwh }} {{ bill.net }} {{ bill.vat }} {{ bill.gross }} {{bill.bill_type.code}}
{% endblock %}