{% extends "base_list.html" %} {% block title %}Artists{% endblock %} {% block lists %}
{% for artist in object_list %} {% endfor %}
Artist Scrobbles All time
{{artist}} {{artist.scrobbles.count}}
{% endblock %}