Name | {{g_supply.name}} |
---|---|
MPRN | {{g_supply.mprn}} |
Links |
|
Notes |
{% if note %}
{% if is_truncated %}
{{ truncated_note }}
{% else %}
Category: {{note.category}}
{% if note.is_important %}
Important
{% else %}
Not important
{% endif %}
{{note.body}}{% endif %} {% endif %} |
{% for g_era_bundle in g_era_bundles %} {% set g_era = g_era_bundle['g_era'] %} {% set physical_site = g_era_bundle['physical_site'] %} {% set other_sites = g_era_bundle['other_sites'] %}
From | To | Sites | MSN | Contract | Account |
---|---|---|---|---|---|
{{ g_era.start_date|hh_format(modifier='date') }} | {{ g_era.finish_date|hh_format(modifier='date') }} | {{physical_site.code}} {% if other_sites %} (also {% for other_site in other_sites %} {{other_site.code}} {%- endfor -%} ) {% endif %} | {{g_era.msn}} | {{g_era.g_contract.name }} | {{ g_era.account }} {% if g_era_bundle['shared_accounts'] %}( {%- for sup in g_era_bundle['shared_accounts'] -%} {%- if not loop.first -%} {%- endif -%} {{sup.id}} {%- endfor -%} ) {% endif %} |
View | From | To | Batch | Reference | kWh | Net | VAT | Type | Previous | Present | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|
+ |
{% endfor %}