{% extends "base_list.html" %} {% load mathfilters %} {% load static %} {% block title %}{{object.name}}{% endblock %} {% block lists %}
{{object.theaudiodb_description|safe|linebreaks|truncatewords:160}}
{% endif %} {% if object.allmusic_review%}{{object.allmusic_review|safe|linebreaks|truncatewords:160}}
{% endif %}
{% if album.bandcamp_link %}
{% endif %}
{% if album.tadb_link %}
{% endif %}
{% if album.allmusic_link %}
{% 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}} |