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

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

Tracks

{% if Track %} {% with scrobbles=Track count=Track_count time=Track_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No tracks today

{% endif %}

Food

{% if Food %} {% with scrobbles=Food count=Food_count time=Food_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No food today

{% endif %}

Moods

{% if Mood %} {% with scrobbles=Mood count=Mood_count time=Mood_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No moods felt today

{% endif %}

Tasks

{% if Task %} {% with scrobbles=Task count=Task_count time=Task_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No tasks today

{% endif %}

Videos

{% if Video %} {% with scrobbles=Video count=Video_count time=Video_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No videos today

{% endif %}

Web pages

{% if WebPage %} {% with scrobbles=WebPage count=WebPage_count time=WebPage_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else%}

No web page read today

{% endif %}

Sport events

{% if SportEvent %} {% with scrobbles=SportEvent count=SportEvent_count time=SportEvent_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No sports today

{% endif %}

Podcasts

{% if PodcastEpisode %} {% with scrobbles=PodcastEpisode count=PodcastEpisode_count time=PodcastEpisode_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No podcasts today

{% endif %}

Video games

{% if VideoGame %} {% with scrobbles=VideoGame count=VideoGame_count time=VideoGame_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No video games today

{% endif %}

Board games

{% if BoardGame %} {% with scrobbles=BoardGame count=BoardGame_count time=BoardGame_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No board games today

{% endif %}

Beers

{% if Beer %} {% with scrobbles=Beer count=Beer_count time=Beer_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No beer today

{% endif %}

Brick sets

{% if BrickSet %} {% with scrobbles=BrickSet count=BrickSet_count time=BrickSet_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No brick sets today

{% endif %}

Puzzles

{% if Puzzle %} {% with scrobbles=Puzzle count=Puzzle_count time=Puzzle_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No puzzles today

{% endif %}

Books

{% if Book %} {% with scrobbles=Book count=Book_count time=Book_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No books read today

{% endif %}

Locations

{% if GeoLocation %} {% with scrobbles=GeoLocation count=GeoLocation_count time=GeoLocation_time %} {% include "scrobbles/_scrobble_table.html" %} {% endwith %} {% else %}

No locations visited today

{% endif %}