{% comment %} This is only used for the rare occasions we want to include a Scrobble as a "media" item, rather than a table. Possibly only on the overall home page (core/templates/ditto/includes/item_list.html). Doesn't get used in the lastfm app itself. Expects: * scrobble -- A Scrobble object. {% endcomment %}
{% if view != 'detail' %}{% endif %} {% load ditto_core %} Scrobbled at {% if view == 'day' %} {% display_time scrobble.post_time link_to_day=False %} {% else %} {% display_time scrobble.post_time link_to_day=True %} {% endif %} {% if perms.lastfm.can_change_scrobble %} • Edit {% endif %} {% if view != 'detail' %}{% endif %}