{% load urlreplace %} {% load naturalduration %}
| Latest | Title | {% if podcast_list or object_list.0.podcast %}Podcast | {% endif %} {% if object_list.0.domain %}Domain | {% endif %} {% if object_list.0.lat %}Movement | {% endif %}Scrobbles | Start |
|---|---|---|---|---|---|---|
| {{obj.scrobble_set.last.local_timestamp}} | {{obj}} | {% if podcast_list or obj.podcast %}{% if obj.podcast %}{{obj.podcast}}{% endif %} | {% endif %} {% if obj.domain %}{{obj.domain}} | {% endif %} {% if request.user.is_authenticated %}{{obj.scrobble_count}} | Scrobble | {% 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 %}