{% extends "base_list.html" %} {% load mathfilters %} {% load static %} {% load naturalduration %} {% block title %}{{object.title}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
{% if object.description%}

{{object.description|safe|linebreaks|truncatewords:160}}


{% endif %}

{{scrobbles.count}} scrobbles

Play again

Last scrobbles

{% for scrobble in scrobbles.all|dictsortreversed:"timestamp" %} {% endfor %}
Date Title Notes Source
{{scrobble.local_timestamp}} {{scrobble.logdata.title}} {{scrobble.logdata.notes_as_str|safe}} {{scrobble.source}}
{% if is_paginated %} {% endif %}
{% endblock %}