{% extends "base_list.html" %} {% load form_tags %} {% load mathfilters %} {% load naturalduration %} {% load static %} {% block title %}{{object.name}}{% endblock %} {% block lists %}
Rate: {{object.logdata.avg_seconds_per_page}}s per page
{% endif %} {% if object.media_type == "BoardGame" and object.logdata.as_html %}{{ related_scrobbles.paginator.count }} scrobble{{ related_scrobbles.paginator.count|pluralize }}
| Date | Title | Time |
|---|---|---|
| {{ scrobble.timestamp|date:"M d, Y" }} | {% if scrobble.media_type == "Task" and scrobble.logdata.title %}{{ scrobble.media_obj.title }}: {{ scrobble.logdata.title }}{% else %}{{ scrobble.media_obj.title|default:scrobble.media_obj }}{% endif %} | {% if scrobble.playback_position_seconds %}{{ scrobble.playback_position_seconds|natural_duration }}{% endif %} |
No other scrobbles of this media.
{% endif %}