{% for item in chart_data %}
{{ "%02d" | format(item.hour) }}:00
{{ item.count }}
{% endfor %}