{% extends "base_list.html" %} {% load mathfilters %} {% load static %} {% load naturalduration %} {% load l10n %} {% block title %}{{object.title}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
{% if weighin_chart %}{{scrobbles.count}} scrobbles
| Date | Title | Notes | Source |
|---|---|---|---|
| {{scrobble.local_timestamp}} | {{scrobble.logdata.title}} | {{scrobble.logdata.notes_as_str}} | {{scrobble.source}} |