{% extends "base_list.html" %} {% load static %} {% block title %}{{object.title}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}

Source: {{object.url}}

Time to read: {{object.estimated_time_to_read_in_minutes}} minutes

{% if object.extract %}
{{object.extract|linebreaks}}
{% endif %}

Last scrobbles

{% for scrobble in object.scrobble_set.all %} {% endfor %}
Date
{{scrobble.timestamp}}
{% endblock %}