{% extends "base_list.html" %} {% block title %}{{object.title}}{% endblock %} {% block lists %}
{{object.scrobble_set.count}} scrobbles
{% if charts %}{% for chart in charts %}{{chart}}{% if forloop.last %}{% else %} | {% endif %}{% endfor %}
{% endif %}Date | Track | Album |
---|---|---|
{{scrobble.timestamp}} | {{scrobble.track.title}} | {{scrobble.track.album.name}} |