{% 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 %}

{{object.scrobble_set.count}} scrobbles

Play again

Last scrobbles

{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %} {% endfor %}
Date Description Source
{{scrobble.timestamp}} {{scrobble.logdata.description}} {{scrobble.source}} {{scrobble.log.notes}}
{% endblock %}