{% extends "layout.html" %} {% block content %}

Month by month

Month compared to last year. Values are in 8h average.

{% for month in months %}

{{month.month_name}}

{{month.month_name}} graph
{{month.table}}
{% endfor %}
{% endblock content %}