{include file='header.tpl' subheader='user-header.tpl' showbio=true} {if $nowplaying}
Now playing: {$nowplaying[0].track} by {$nowplaying[0].artist}
{/if} {userscrobbles userid=$me->uniqueid limit=10}

Recent plays

{include file="tracklist.tpl" class=#table# items=$userscrobbles fimage=true fstream=true fartist=true flove=true ftime=true} {topartists userid=$me->uniqueid limit=10}

Top Artists

    {section name=i loop=$topartists}
  1. {$topartists[i].name} {$topartists[i].plays}
  2. {/section}
{toptracks userid=$me->uniqueid limit=10}

Top Tracks

    {section name=i loop=$toptracks}
  1. {$toptracks[i].artist} - {$toptracks[i].name} {$toptracks[i].plays}
  2. {/section}
{if !empty($lovedArtists)}

{t name=$me->name}Free artists that %1 loves{/t}

{/if} {if !empty($recommendedArtists)}

{t name=$me->name}Free artists that %1 might like{/t}

{/if} {include file='footer.tpl'}