{% if chart_data %}
{% for item in chart_data %}
{{ item.count if item.count > 0 else '' }}
{{ "%02d"|format(item.hour) }}:00
{% endfor %}
{% else %}
🏮 Chưa có dữ liệu hoạt động 🏮
{% endif %}