{% 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 Correction Factor Units Contract Account Reading Frequency AQ SOQ
{{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.correction_factor}} {{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 %} {{g_era.g_reading_frequency.code}} {{g_era.aq}} {{g_era.soq}}
{% 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, 1] | max %} {% if g_bill_dict.first_collapsible %} {% endif %} {% if g_bill_dict.g_reads|length > 0 %} {% for read in g_bill_dict.g_reads %} {% if not loop.first %} {% endif %} {% if not loop.first %} {% endif %} {% endfor %} {% else %} {% endif %} {% endfor %}
Gas Bills
View From To Issued Batch Reference kWh Net VAT Gross 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') }}
{% endblock %}