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