{% extends "base_detail.html" %} {% block title %}{{object.title}}{% endblock %} {% block details %}

Last scrobbles

{% for scrobble in object.scrobble_set.all %} {% endfor %} {% endblock %}