{% extends "base_list.html" %} {% load mathfilters %} {% block title %}{{object.name}}{% endblock %} {% block lists %}
{{object.theaudiodb_description|safe|linebreaks|truncatewords:160}}
Musicbrainz {% if album.tadb_link %}| TheAudioDB{% endif %} {% if album.allmusic_link %}| AllMusic{% endif %}
{{object.scrobbles.count}} scrobbles
{% if charts %}{% for chart in charts %}{{chart}}{% if forloop.last %}{% else %} | {% endif %}{% endfor %}
{% endif %}Rank | Track | Artist | Count | |
---|---|---|---|---|
{{rank}}#1 | {{track.title}} | {{track.artist}} | {{track.scrobble_count}} |
Date | Track | Artist |
---|---|---|
{{scrobble.timestamp}} | {{scrobble.track.title}} | {{scrobble.track.artist.name}} |