{% extends "base_list.html" %} {% load static %} {% block title %}{{object.name}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
{{object.description}}
{% endif %} {% if object.genre.all %}Genres: {% for tag in object.genre.all %}{{tag.name}} {% endfor %}
{% endif %}| Date | Title | With | Rated |
|---|---|---|---|
| {{scrobble.local_timestamp}} | {{scrobble.media_obj.title}} | {% firstof scrobble.logdata.with_people|join:", " "Solo" %} | {% firstof scrobble.logdata.rating "Unrated" %} |