{% if data.days %}
{% with total=data.days|dictsortreversed:"count"|first %} {% with max_count=total.count %} {% for entry in data.days %} {% endfor %} {% endwith %} {% endwith %}
Day Scrobbles Distribution
{{ entry.day_name }} {{ entry.count }} {% if max_count > 0 %}
{% endif %}
{% else %}

No weekly data found.

{% endif %}