{% if data.distribution %}

Total scrobbles{% if current_period_label %} ({{ current_period_label }}){% endif %}: {{ data.total_count }}

{% with max=data.distribution.0.count %} {% for entry in data.distribution %} {% endfor %} {% endwith %}
Media Type Total Completed % Distribution
{{ entry.media_type }} {{ entry.count }} {{ entry.completed }} {{ entry.pct }}% {% if max > 0 %}
{% endif %}
{% else %}

No activity data found.

{% endif %}