{% import "macros/tree.html" as mac_tree %} {% extends "pages/base.html" %} {% set title = "Energy consumption" %} {% block head_styles %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock head_styles %} {% block main_toolbar %} {{ super() -}} {% filter indent(width=20, first=True) %} Setup {% endfilter %} {% endblock main_toolbar %} {% block main_content %} {{ super() -}}
To see the energy consumptions, select a site or a building in the tree and choose a period.