{% load urlreplace %} {% load naturalduration %} {% for obj in object_list %} {% if obj.title %} {% with last=obj.scrobble_set.last %} {% if request.user.is_authenticated %} {% endif %} {% endwith %} {% endif %} {% endfor %}
Latest Title Time Scrobbles Complete Start Finish
{{last.local_timestamp}} {{obj}}{% if last.long_play_seconds %}{{ last.long_play_seconds|natural_duration }}{% elif last.elapsed_time %}{{ last.elapsed_time|natural_duration }}{% endif %} {{obj.scrobble_count}} {% if obj.scrobble_set.last.long_play_complete == True %}Yes{% else %}No{% endif %} Scrobble Finish

{% if page_obj.has_previous %} prev {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }} {% if page_obj.has_next %} next {% endif %}