{% extends "base_list.html" %} {% block title %}{{object.title}}{% endblock %} {% block lists %}
{{scrobbles.count}} scrobbles
{% if charts %} {% include "scrobbles/_chart_links.html" %} {% endif %}| Track | Artist | Score |
|---|---|---|
| {{sr.recording_name}} | {{sr.artist_credit_name}} | {{sr.score}} |
| Date | Track | Album | Artist |
|---|---|---|---|
| {{scrobble.local_timestamp}} | {{scrobble.track.title}} | {{scrobble.track.primary_album}} | {{scrobble.track.artist}} |