{% 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 %}
{{input_text('months', request.values.months, 2, 2)}} {{input_date('finish', finish_date, 'month')}}
{% if result_data|length > 0 %} {% for hh in result_data %} {% if not hh.is_complete %} {% endif %} {%- if hh.height > 0 %} {{hh.value * 2}} kW at {{hh.start_date|hh_format}} {% else %} {{hh.value * 2}} kW at {{hh.start_date|hh_format}} {%- 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 %} {% endblock %}