{% 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 %}
{{Track|length}} {% for scrobble in Track %} {% if scrobble.track.album.cover_image %} {% else %} {% endif %} {% endfor %}
Time Album Track Artist
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %}{{scrobble.track.album.name}}{{scrobble.track.title}} {{scrobble.track.artist.name}}
{% endif %} {% if Video %}
{% for scrobble in Video %} {% if scrobble.video.cover_image %} {% else %} {% endif %} {% endfor %}
Time Cover Title Series
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% 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 %}
{% endif %} {% if SportEvent %}

Latest Sports

{% for scrobble in SportEvent %} {% endfor %}
Date Title Round League Time watched
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.sport_event.title}} {{scrobble.sport_event.round.name}} {{scrobble.sport_event.round.season.league}} {{scrobble.elapsed_time|natural_duration}}
{% endif %} {% if PodcastEpisode %}
{% for scrobble in PodcastEpisode %} {% endfor %}
Date Title Podcast
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.timestamp|naturaltime}} {{scrobble.podcast_episode.title}} {{scrobble.podcast_episode.podcast}}
{% endif %} {% if VideoGame %}

Video games

{% for scrobble in VideoGame %} {% if scrobble.media_obj.hltb_cover %} {% endif %} {% endfor %}
Date Cover Title Time played Percent complete
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %}{{scrobble.media_obj.title}} {{scrobble.elapsed_time|natural_duration}} {{scrobble.percent_played}}
{% endif %} {% if BoardGame %}

Board games

{% for scrobble in BoardGame %} {% endfor %}
Date Cover Title Time played
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.elapsed_time|natural_duration}}
{% endif %} {% if WebPage %}

Web pages

{% for scrobble in WebPage %} {% endfor %}
Date Title Time browsing
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.elapsed_time|natural_duration}}
{% endif %} {% if Beer %}

Beers

{% for scrobble in Beer %} {% endfor %}
Date Cover Title Time drinking
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.elapsed_time|natural_duration}}
{% endif %} {% if Book %}

Books

{% for scrobble in Book %} {% endfor %}
Date Cover Title Time reading
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.elapsed_time|natural_duration}}
{% endif %} {% if Task %}
{% for scrobble in Task %} {% endfor %}
Date Title Time doing
{% if scrobble.in_progress %}{{scrobble.media_obj.strings.verb}} now | Finish{% else %}{{scrobble.timestamp|naturaltime}}{% endif %} {{scrobble.media_obj.title}} {{scrobble.elapsed_time|natural_duration}}
{% endif %}