{% extends "base.html" %} {% block title %} » Supplies » {{supply.name}} {% endblock %} {% block nav %} » Supplies » {{supply.id}} » {% if is_import %} Import {% else %} Export {% endif %} data by month {% endblock %} {% block content %}
Month Starting | MPAN Core | At MD kVA | Agreed Supply Capacity (kVA) | kWh | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Date | kW | kVAr | Power Factor | kVA | |||||||||
{{month.start_date|hh_format}} | {{month.mpan_core}} | {% if month.md_date %}{{month.md_date|hh_format}} | {{month.md_kw|round(1)}} | {{month.md_kvar|round(1)}} | {{month.md_pf|round(2)}} | {{month.md_kva|round(1)}} | {% else %}{% endif %} | {{month.sc}} | {% if month.total_kwh %} {{month.total_kwh|round|int}} {% endif %} |