{% if data.total and data.total > 0 %}
Overall
{% for slug, info in data.categories.items %} {% endfor %}
Category Scrobbles %
{{ info.label }} {{ info.count }} {{ info.pct }}%
Total {{ data.total }}
By Media Type
{% for mt, mt_data in data.by_media_type.items %}
{{ mt }}
{% for slug, info in mt_data.categories.items %} {% endfor %}
Category Scrobbles %
{{ info.label }} {{ info.count }} {{ info.pct }}%
Total {{ mt_data.total }}
{% endfor %} {% else %}

No data found for Books, Trails, Birding Locations, or Board Games in this period.

{% endif %}