{% extends "base_list.html" %} {% load static %} {% block title %}{{object.title}}{% endblock %} {% block lists %}
{{object.description|safe|linebreaks|truncatewords:160}}
{{scrobbles|length}} scrobbles
| Date | Workout |
|---|---|
| {{scrobble.local_timestamp}} | {{scrobble.logdata.workout_list}} |