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

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

{{Track|length}} {% for scrobble in Track %} {% if scrobble.track.album.cover_image %} {% else %} {% endif %} {% endfor %}
Time Album Track Artist
{% if scrobble.in_progress %}Listening now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %}{{scrobble.track.album.name}}{{scrobble.track.title}} {{scrobble.track.artist.name}}
{% for scrobble in Video %} {% if scrobble.video.cover_image %} {% else %} {% endif %} {% endfor %}
Time Cover Title Series
{% if scrobble.in_progress %}Watching now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %}{% if scrobble.video.tv_series%}S{{scrobble.video.season_number}}E{{scrobble.video.episode_number}} -{%endif %} {{scrobble.video.title}} {% if scrobble.video.tv_series %}{{scrobble.video.tv_series}}{% endif %}

Latest Sports

{% for scrobble in SportEvent %} {% endfor %}
Date Title Round League Time watched
{% if scrobble.in_progress %}Watching now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.sport_event.title}} {{scrobble.sport_event.round.name}} {{scrobble.sport_event.round.season.league}} {{scrobble.playback_position_seconds|natural_duration}}
{% for scrobble in PodcastEpisode %} {% endfor %}
Date Title Podcast
{% if scrobble.in_progress %}Listening now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.timestamp|naturaltime}} {{scrobble.podcast_episode.title}} {{scrobble.podcast_episode.podcast}}
{% for scrobble in VideoGame %} {% if scrobble.screenshot %} {% else %} {% if scrobble.media_obj.hltb_cover %} {% endif %} {% endif %} {% endfor %}
Date Cover/Screenshot Title Time played Percent complete
{% if scrobble.in_progress %}Sessioning now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %}{{scrobble.media_obj.title}} {{scrobble.playback_position_seconds|natural_duration}} {{scrobble.percent_played}}
{% for scrobble in BoardGame %} {% endfor %}
Date Cover Title Time played
{% if scrobble.in_progress %}Tabling now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.playback_position_seconds|natural_duration}}
{% for scrobble in WebPage %} {% endfor %}
Date Cover Title Time browsing
{% if scrobble.in_progress %}Browsing now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.playback_position_seconds|natural_duration}}
{% for scrobble in Beer %} {% endfor %}
Date Cover Title Time drinking
{% if scrobble.in_progress %}Drinking now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.playback_position_seconds|natural_duration}}
{% for scrobble in Book %} {% endfor %}
Date Cover Title Time reading
{% if scrobble.in_progress %}Reading now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.playback_position_seconds|natural_duration}}
{% for scrobble in Task %} {% endfor %}
Date Title Time doing
{% if scrobble.in_progress %}Doing now{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.playback_position_seconds|natural_duration}}