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

{{object.description|safe|linebreaks|truncatewords:160}}

{% endif %}
{% if object.google_podcast_url %}

{% endif %}

Last scrobbles

{% for scrobble in scrobbles.all %} {% endfor %}
Date Episode
{{scrobble.timestamp}} {{scrobble.podcast_episode}}
{% endblock %}