{% extends "base_list.html" %} {% load static %} {% block title %}{{object.name}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
{{object.description|safe|linebreaks|truncatewords:160}}
{% endif %}{% for chart in charts %}{{chart}}{% if forloop.last %}{% else %} | {% endif %}{% endfor %}
| Date | Episode |
|---|---|
| {{scrobble.local_timestamp}} | {{scrobble.podcast_episode}} |