{% import "macros/components/ts_selector.html" as mac_ts_selector %} {% extends "pages/base.html" %} {% set title = "Energy consumption" %} {% set subtitle = "Analysis setup" %} {% set is_editable = signed_user.is_admin %} {% block main_toolbar %} {{ super() -}} {% filter indent(width=20, first=True) %} Back to analysis {% endfilter %} {% endblock main_toolbar %} {% block main_content %} {{ super() -}}