{% extends "base_list.html" %} {% block title %}Sport events{% endblock %} {% block lists %}
{% for obj in object_list %} {% endfor %}
Title Date Round League Scrobbles All time
{{obj.title}} {{obj.start}} {{obj.round.name}} {{obj.round.league}} {{obj.scrobble_set.count}}
{% endblock %}