View |
{{g_bill.reference}} |
{{g_bill.account}} |
{{g_bill.issue_date|hh_format}} |
{{g_bill.start_date|hh_format}} |
{{g_bill.finish_date|hh_format}} |
{{g_bill.bill_type.code}} |
{{g_bill.kwh}} |
{{g_bill.net_gbp}} |
{{g_bill.vat_gbp}} |
{{g_bill.gross_gbp}} |
{{g_bill.breakdown}} |
{% for read in g_bill.g_reads %}
{{read.msn}} |
{{read.prev_date|hh_format}} |
{{read.prev_value}} |
{{read.prev_type.code}} |
{{read.pres_date|hh_format}} |
{{read.pres_value}} |
{{read.pres_type.code}} |
{{read.units_consumed}} |
{{read.units}} |
{{read.correction_factor}} |
{{read.calorific_value}} |
{{read.kwh}} |
{% endfor %}
{% endfor %}