{% extends "base.html" %} {% block title %} Sites » {{site.code}} {{site.name}} » Monthly figures {% endblock %} {% block inner_head %} {% endblock %} {% block nav %} » Sites » {{site.code}} {{site.name}} » Monthly figures {% endblock %} {% block content %}

Show table

For 12 months finishing at the end of {{input_date('finish', resolution='month')}}
{% for month in months[:-1] %} {% endfor %}
Months
For all months {{months[-1].imp_net.md|round(1)}} {{months[-1].imp_net.md_date|hh_format}} {{months[-1].imp_net.kwh|round(1)}} {{months[-1].used.md|round(1)}} {{months[-1].used.md_date|hh_format}} {{months[-1].used.kwh|round(1)}} {{months[-1].displaced.md|round(1)}} {{months[-1].displaced.md_date|hh_format}} {{months[-1].displaced.kwh|round(1)}} {{months[-1].imp_gen.md|round(1)}} {{months[-1].imp_gen.md_date|hh_format}} {{months[-1].imp_gen.kwh|round(1)}} {{months[-1].exp_net.md|round(1)}} {{months[-1].exp_net.md_date|hh_format}} {{months[-1].exp_net.kwh|round(1)}} {{months[-1].exp_gen.md|round(1)}} {{months[-1].exp_gen.md_date|hh_format}} {{months[-1].exp_gen.kwh|round(1)}}
Month Imported Used Displaced Generated Exported Parasitic
MD / kW Date of MD kWh MD / kW Date of MD kWh MD / kW Date of MD kWh MD / kW Date of MD kWh MD / kW Date of MD kWh MD / kW Date of MD kWh Data quality
{{month.start_date|hh_format('date')}} {{month.imp_net.md|round(1)}} {% if month.imp_net.md_date %} {{month.imp_net.md_date|hh_format}} {% endif %} {{month.imp_net.kwh|round(1)}} {{month.used.md|round(1)}} {% if month.used.md_date %} {{month.used.md_date|hh_format}} {% endif %} {{month.used.kwh|round(1)}} {{month.displaced.md|round(1)}} {% if month.displaced.md_date %} {{month.displaced.md_date|hh_format}} {% endif %} {{month.displaced.kwh|round(1)}} {{month.imp_gen.md|round(1)}} {% if month.imp_gen.md_date %} {{month.imp_gen.md_date|hh_format}} {% endif %} {{month.imp_gen.kwh|round(1)}} {{month.exp_net.md|round(1)}} {% if month.exp_net.md_date %} {{month.exp_net.md_date|hh_format}} {% endif %} {{month.exp_net.kwh|round(1)}} {{month.exp_gen.md|round(1)}} {% if month.exp_gen.md_date %} {{month.exp_gen.md_date|hh_format}} {% endif %} {{month.exp_gen.kwh|round(1)}} {% if month.has_site_snags %} See generation graph for errors. {% endif %}
{% endblock %}