{% extends "base.html" %} {% block title %} » Sites » {{site.name}} {% endblock %} {% block nav %} Sites » {{site.name}} [edit] {% endblock %} {% block content %} {% if properties.site_reports %} {% endif %} {% if properties.site_links %} {% endif %}
Code {{site.code}}
Name {{site.name}}
Custom Reports
External Links
    {% for link in properties.site_links %}
  • {{link.name}}
  • {% endfor %}
{% if other_sites|length > 0 %} {% for osite in other_sites %} {% endfor %}
Other sites in this group
Code Name
{{osite.code}} {{osite.name}}
{% endif %} {% for group in groups %} {% set last_era = group['last_era'] %} {% endfor %}
Electricity supplies that power this site [add]
View Name From To Source Generator Type Import MPAN core Export MPAN core Physical Location Also Supplies Meter Category Meter Serial Number
view {{last_era.supply.name}} {{group['first_era'].start_date|hh_format}} {{last_era.finish_date|hh_format}} {{last_era.supply.source.code}} {% if last_era.supply.generator_type %} {{last_era.supply.generator_type.code}} {% endif %} {% if last_era.imp_mpan_core %} {{last_era.supply.dno.dno_code}} {{last_era.imp_mpan_core[2:]}} {% endif %} {% if last_era.exp_mpan_core %} {{last_era.supply.dno.dno_code}} {{last_era.exp_mpan_core[2:]}} {% endif %} {% for site_era in last_era.site_eras %} {% if site_era.is_physical %} {% if site_era.site.id == site.id %} this site {% else %} {{site_era.site.code}} {% endif %} {% endif %} {% endfor %} {% for site_era in last_era.site_eras %} {% if site_era.site.id != site.id %} {{site_era.site.code}} {% endif %} {% endfor %} {{group.meter_category}} {{last_era.msn}}

Electricity Reports

Monthly Duration {{ input_number('months', initial='1', size='2', maxlength='2', required=True) }} {{ input_date('finish', last_month_finish, resolution='month') }} {{input_checkbox('is_bill_check')}}
Monthly Duration By Half-Hour {{input_date('finish', last_month_finish, resolution='month')}}
Duration {{ input_date('start', last_month_start) }} {{ input_date('finish', last_month_finish) }}
Download Displaced TRIAD CSV {{input_date(initial=last_month_finish, resolution='year')}}
HH Data: 48 Column Format {{input_text('months', '1', 2, 2)}} {{input_date('finish', last_month_finish, resolution='month')}}
HH Data: HH Per Row Format {{input_date('start', last_month_start)}} {{input_date('finish', last_month_finish)}}
Run Scenario With Monthly Duration
Run Scenario With Duration

Gas

{% for g_group in g_groups %} {% set last_g_era = g_group['last_g_era'] %} {% endfor %}
Gas supplies that power this site
View Name From To MPRN Physical Location Also Supplies Meter Serial Number Reading Frequency
view {{last_g_era.g_supply.name}} {{g_group['first_g_era'].start_date|hh_format}} {{last_g_era.finish_date|hh_format}} {{last_g_era.g_supply.mprn}} {% for site_era in last_g_era.site_g_eras %} {% if site_era.is_physical %} {% if site_era.site.id == site.id %} this site {% else %} {{site_era.site.code}} {% endif %} {% endif %} {% endfor %} {% for site_g_era in last_g_era.site_g_eras %} {% if site_g_era.site.id != site.id %} {{site_g_era.site.code}} {% endif %} {% endfor %} {{last_g_era.msn}} {{last_g_era.g_reading_frequency.code}}
Monthly Duration
For {{input_text('months', '1', 2, 2)}} month(s) until the end of {{input_date('finish', last_month_finish, resolution='month')}}
{% endblock %}