{{define "profile"}}
{{.Username}}'s avatar

{{.Username}}

{{.Bio}}

{{formatInt .ScrobbleCount}}

Listens

{{formatInt .TrackCount}}

Unique Tracks

{{formatInt .ArtistCount}}

Artists

Listening History

{{if .NowPlayingTitle}} {{end}} {{$artistIdsList := .ArtistIdsList}} {{$times := .Times}} {{$username := .Username}} {{range $index, $title := .Titles}} {{end}}
Artist Title Timestamp
{{.NowPlayingArtist}} {{.NowPlayingTitle}} Now Playing
{{- $artistIds := index $artistIdsList $index}} {{- $artistNames := getArtistNames $artistIds}} {{- range $i, $name := $artistNames}}{{if $i}}, {{end}}{{$name}}{{end}} {{$title}} {{formatTimestamp (index $times $index)}}
{{if gt .Page 1 }} Prev Page {{end}} Next Page
{{end}}