{{define "album"}}
{{if .Album.CoverUrl}} {{.Album.Title}}'s cover {{else}} {{.Album.Title}}'s cover {{end}}

{{.Album.Title}}

{{if .Artist.Name}}

{{.Artist.Name}}

{{end}}

{{formatInt .ListenCount}}

Listens

{{if eq .LoggedInUsername .Username}}

Edit Album

{{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}}