{% extends "base_list.html" %} {% load static %} {% block title %}{{object.title}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
{{object.overview}}
{% endif %} {% if object.plot%}{{object.plot|safe|linebreaks|truncatewords:160}}
{% endif %}| Date | With | Rated |
|---|---|---|
| {{scrobble.local_timestamp}} | {% if scrobble.logdata.with_people %}{{scrobble.logdata.with_people|join:", " }}{% else %}Solo{% endif %} | {% if scrobble.logdata.rating %}{{scrobble.logdata.rating }}{% else %}Unrated{% endif %} |