{% extends "base.html" %} {% block title %} Sites > {{site.name}} > HH graph of site use {% endblock %} {% block nav %} Sites > {{site.name}} > HH graph of site use {% endblock %} {% block content %} {% if result_data|length > 0 %} {% for hh in result_data %} {% if not hh.is_complete %} {% endif %} {%- if hh.height > 0 %} {{hh.value}} kW at {{hh.start_date|hh_format}} {% else %} {%- endif %} {%- endfor %} {% for day in days %} {{day.day}} {% endfor %} {% for month in months %} {{month.name}} {% endfor %} {% for line in scale_lines %} {{line.height * 2}} {% for month in months %} {{line.height * 2}} {% endfor %} {% endfor %} kW {{title}} Poor data is denoted by a grey background and black foreground {% else %} No data available for this period. {% endif %}