{% extends "base_list.html" %} {% load mathfilters %} {% load static %} {% load naturalduration %} {% block title %}{{object.title}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
{{scrobbles.count}} scrobbles
| Date | Location | Players |
|---|---|---|
| {{scrobble.local_timestamp}} | {{scrobble.logdata.location }} | {% if scrobble.logdata.player_log %}{{scrobble.logdata.player_log}}{% else %}No data{% endif %} |