{% comment %} The sidebar used on Album Detail pages. Expects: album -- An Album object. perms -- The Django permissions object. {% endcomment %} {% load ditto_core %}
{% with album.get_scrobble_count as scrobble_count %} {{ album.name }} has been scrobbled {{ scrobble_count }} time{{ scrobble_count|pluralize }} {% endwith %}
{{ album.name }} was most recently scrobbled by {{ scrobble.account.realname }} at {% display_time scrobble.post_time link_to_day=True %}