{% extends "base.html" %} {% block inside_head %} Chellow » Gas Supplies » {{g_supply.id}} {% endblock %} {% block title %} Gas Supplies » {{g_supply.id}} {% endblock %} {% block nav %} Gas Supplies » {{g_supply.id}} [edit] {% endblock %} {% block content %}
{% if system_properties['g_supply_links'] %} {% endif %}
Name {{g_supply.name}}
MPRN {{g_supply.mprn}}
Exit Zone {{g_supply.g_exit_zone.code}}
Links
    {% for link in system_properties['g_supply_links'] %}
  • {{link.name}}
  • {% endfor %}
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'] %}
Era [edit]
From To Sites MSN Corrected Reads? Units 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}} {% if g_era.is_corrected %} yes {% else %} no {% endif %} {{g_era.g_unit.code}} {{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 %}

{% for g_bill_dict in g_era_bundle.g_bill_dicts %} {% set g_bill = g_bill_dict.g_bill %} {% set rows_high = g_bill_dict.g_reads|length %} {% if g_bill_dict.first_collapsible %} {% endif %} {% for read in g_bill_dict.g_reads %} {% if not loop.first %} {% endif %} {% endfor %} {% endfor %}
Gas Bills
View From To Batch Reference kWh Net VAT Type Previous Present
+

{% endfor %}
Virtual Bills From {{input_date('start', last_month_start)}} to {{input_date('finish', last_month_finish)}}

Virtual Bills by HH From {{input_date('start', last_month_start)}} to {{input_date('finish', last_month_finish)}}

Snapshot At {{input_date('date', last_month_finish)}}

Monthly Duration
For month(s) finishing at the end of {{ input_date('finish', last_month_finish, 'month') }} UTC

{% endblock %}