{% comment %} Shows the links to the main Last.fm pages, for the sidebar. Also used for links to a single Account's pages. Expects: * request -- The Request object. * url_name -- The name of the current page, as described in the URL conf. * counts -- A dict of numbers for each of 'albums', 'artists', 'scrobbles' and 'tracks'. * account -- Optional, an Account object. If present, we link to that Account's pages, instead of the global ones. {% endcomment %}
Listens {{ counts.scrobbles }} Artists {{ counts.artists }} Albums {{ counts.albums }} Tracks {{ counts.tracks }}