{% extends "base_list.html" %} {% load static %} {% block title %}{{object.title}}{% endblock %} {% block head_extra %} {% endblock %} {% block extra_js %} {% endblock %} {% block lists %}
| Date | Notes |
|---|---|
| {{scrobble.local_timestamp}} | {% for note in scrobble.logdata.notes %}{{note}}{% if not forloop.last %}; {% endif%}{% endfor %} |