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