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

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


{% endif %}

{{scrobbles.count}} scrobbles

Go birding again

Last scrobbles

{% for scrobble in scrobbles.all|dictsortreversed:"timestamp" %} {% endfor %}
Date Sightings
{{scrobble.local_timestamp}} {{scrobble.logdata.bird_list}}
{% endblock %}