{% extends "layout.html" %} {% set active_page = active_page|default('meters') -%} {% block title %}Energy Usage - {{meter_name}} - {{ period_desc }}{% endblock %} {% block container %}
| Ergon Energy | AGL | Origin | |||||||
|---|---|---|---|---|---|---|---|---|---|
| Month | T11 | T12 | T14 | T11 | T12 | T11 | T12 | ||
| 📈 {% raw %}{{ month.period_desc }}{% endraw %} | {% raw %}{{ Math.round(month.ergon_t11.total_charges.cost_incl_gst)/100 }}{% endraw %} | {% raw %}{{ Math.round(month.ergon_t12.total_charges.cost_incl_gst)/100 }}{% endraw %} | {% raw %}{{ Math.round(month.ergon_t14.total_charges.cost_incl_gst)/100 }}{% endraw %} | {% raw %}{{ Math.round(month.agl_t11.total_charges.cost_incl_gst)/100 }}{% endraw %} | {% raw %}{{ Math.round(month.agl_t12.total_charges.cost_incl_gst)/100 }}{% endraw %} | {% raw %}{{ Math.round(month.origin_t11.total_charges.cost_incl_gst)/100 }}{% endraw %} | {% raw %}{{ Math.round(month.origin_t12.total_charges.cost_incl_gst)/100 }}{% endraw %} | Total | {% raw %}{{ Math.round(fy_total.ergon_t11)/100 }}{% endraw %} | {% raw %}{{ Math.round(fy_total.ergon_t12)/100 }}{% endraw %} | {% raw %}{{ Math.round(fy_total.ergon_t14)/100 }}{% endraw %} | {% raw %}{{ Math.round(fy_total.agl_t11)/100 }}{% endraw %} | {% raw %}{{ Math.round(fy_total.agl_t12)/100 }}{% endraw %} | {% raw %}{{ Math.round(fy_total.origin_t11)/100 }}{% endraw %} | {% raw %}{{ Math.round(fy_total.origin_t12)/100 }}{% endraw %} |