{% load humanize %} {% load naturalduration %}

Today {{counts.today}} | This Week {{counts.week}} | This Month {{counts.month}} | This Year {{counts.year}} | All Time {{counts.alltime}}

{% if Track %}

Music

{% with scrobbles=Track %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %}
{% if Task %}

Latest tasks

{% with scrobbles=Task %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %} {% if Video %}

Videos

{% with scrobbles=Video %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %} {% if WebPage %}

Web pages

{% with scrobbles=WebPage %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %} {% if SportEvent %}

Sports

{% with scrobbles=SportEvent %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %} {% if PodcastEpisode %}

Latest podcasts

{% with scrobbles=PodcastEpisode %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %} {% if VideoGame %}

Video games

{% with scrobbles=VideoGame %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %} {% if BoardGame %}

Board games

{% with scrobbles=BoardGame %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %} {% if Beer %}

Beers

{% with scrobbles=Beer %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %} {% if Book %}

Books

{% with scrobbles=Book %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% endif %}