{% extends "base_list.html" %} {% load mathfilters %} {% load static %} {% load naturalduration %} {% block title %}{{object.title}}{% endblock %} {% block head_extra %} {% endblock %} {% block extra_js %} {% endblock %} {% block lists %}
{{object.summary|safe|linebreaks|truncatewords:160}}
{{object.scrobble_set.count}} scrobbles
Date | Completed | Pages read | Authors |
---|---|---|---|
{{scrobble.timestamp}} | {% if scrobble.long_play_complete == True %}Yes{% endif %} | {% if scrobble.in_progress %}Now reading{% else %}{{scrobble.session_pages_read}}{% endif %} | {% for author in scrobble.book.authors.all %}{{author}}{% if not forloop.last %}, {% endif %}{% endfor %} |