{% extends "base_list.html" %} {% load form_tags %} {% load mathfilters %} {% load naturalduration %} {% load static %} {% block title %}{{object.name}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
Source: {{ object.source }}{% if object.log.mopidy_source %} ({{ object.log.mopidy_source|capfirst }}){% endif %}
{% endif %} {% if object.media_type == "Task" and object.log.weight %}{{ object.logdata.description }}
{% endif %} {% if object.media_type == "Trail" and object.gpx_file %}Tags: {% if object.tags.all %} {% for tag in object.tags.all %} {{ tag.name }} {% endfor %} {% else %} untagged {% endif %}
{% with notes_html=object.logdata.notes_as_html %} {% if notes_html %}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 |
|---|---|---|
| {% if scrobble.id == object.id %}{{ scrobble.timestamp|date:"M d, Y" }}{% else %}{{ scrobble.timestamp|date:"M d, Y" }}{% endif %} | {% 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 %}