{% extends "base_list.html" %} {% load static %} {% block title %}{{object.title}}{% endblock %} {% block lists %} {% if object.description %}

{{object.description}}

{% endif %} {% if charts %}
{% include "scrobbles/_chart_links.html" %}
{% endif %}

Last scrobbles

{% for scrobble in scrobbles.all %} {% endfor %}
Date Notes
{{scrobble.local_timestamp}} {{scrobble.logdata.notes_as_str}}
{% endblock %}