{% load urlreplace %} {% load naturalduration %}
| Latest | Title | Scrobbles | Complete | Start | Finish |
|---|---|---|---|---|---|
| {{obj.scrobble_set.last.local_timestamp}} | {{obj}} | {% if request.user.is_authenticated %}{{obj.scrobble_count}} | {% if obj.scrobble_set.last.long_play_complete == True %}Yes{% else %}No{% endif %} | Scrobble | Finish | {% endif %}
{% if page_obj.has_previous %} prev {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }} {% if page_obj.has_next %} next {% endif %}