{{ name }}

Today:

Last 6 days:

{% if data|length == 1 %}

No data

{% endif %} {% for d in data[1:] %}

{{ d["date"] }}:

{% endfor %}