{% extends "base.html" %} {% block title %} » Sites » {{site.name}} {% endblock %} {% block nav %} » Sites » {{site.name}} [edit] {% endblock %} {% block content %}

Site Details

{% 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 %}

Electricity supplies that power this site

{% for group in groups %} {% set last_era = group['last_era'] %} {% endfor %}
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 CSV Downloads

Monthly Duration
For {{input_text('months', '1', 2, 2)}} month(s) until the end of {{input_date('finish', last_month_finish, resolution='month')}} UTC
Download TRIAD CSV For financial year ending March {{input_date(None, last_month_finish, resolution='year')}} UTC
HH Data: 48 Column Format for {{input_text('months', '1', 2, 2)}} month(s) until the end of {{input_date('finish', last_month_finish, resolution='month')}} UTC
HH Data: HH Per Row Format

From {{input_date('start', last_month_start)}} UTC to {{input_date('finish', last_month_finish)}} UTC

Run Scenario

Gas

Gas supplies that power this site

{% for g_group in g_groups %} {% set last_g_era = g_group['last_g_era'] %} {% endfor %}
View Name From To MPRN Physical Location Also Supplies Meter Serial Number
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}}

Monthly Duration
For {{input_text('months', '1', 2, 2)}} month(s) until the end of {{input_date('finish', last_month_finish, resolution='month')}} UTC
{% endblock %}