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

View on YouTube

{% endif %}

Last scrobbles

{% for scrobble in scrobbles %} {% endfor %}
Date Title
{{scrobble.local_timestamp}} {{scrobble.media_obj.title}}
{% endblock %}