{{define "song"}}

{{.Song.Title}}

{{if .Artist.Name}}

{{.Artist.Name}}

{{end}} {{if .Album.Title}}

{{.Album.Title}}

{{end}}

{{formatInt .ListenCount}}

Listens

{{if eq .LoggedInUsername .Username}}

Edit Song

{{end}}

Scrobbles

{{$username := .Username}} {{range .Times}} {{end}}
Artist Title Album Timestamp
{{.ArtistName}} {{.SongName}} {{.AlbumName}} {{formatTimestamp .Timestamp}}
{{if gt .Page 1 }} Prev Page {{end}} Next Page
{{end}}