{{ title }}
{% if rows %}
{% for row in rows %}
{{ row.label|default:"—" }} {{ row.count }}
{% endfor %}
{% else %}
No data
{% endif %}