{% 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 %} {% include "scrobbles/_chart_links.html" %} {% endif %}| Rank | Track | Artist | Count | |
|---|---|---|---|---|
| {{rank}}#1 | {{track.title}} | {{track.artist}} | {{track.scrobble_count}} |
| Date | Track | Artist |
|---|---|---|
| {{scrobble.local_timestamp}} | {{scrobble.track.title}} | {{scrobble.track.artist.name}} |