Still running. Refresh the page to see latest progress.
{% if status is defined %}
{% if failed_bills|length > 0 %}
{{status}}
{% endif %}-
{% for msg in log %}
- {{msg}} {% endfor %}
{{k}} | {% endfor %}
---|
{{bill[k]}} | {% endfor %}
Reference | Account | Bill Type | MPAN Core | Issue Date | Start Date | Finish Date | kWh | Net | VAT | Gross | Breakdown |
---|---|---|---|---|---|---|---|---|---|---|---|
{{bill.reference}} | {{bill.account}} | {{bill.bill_type_code}} | {{bill.mpan_core}} | {{bill.issue_date|hh_format}} | {{bill.start_date|hh_format}} | {{bill.finish_date|hh_format}} | {{bill.kwh}} | {{bill.net}} | {{bill.vat}} | {{bill.gross}} | {{bill.breakdown|dumps}} |