Releases
Create New
{{range .Releases}}
{{block "release" .}}{{end}}
{{end}}
{{if not .Releases}}
There are no releases.
{{end}}Artists
Create New
{{range $Artist := .Artists}}
{{end}}
{{if not .Artists}}
There are no artists.
{{end}}Tracks
Create New"Orphaned" tracks that have not yet been bound to a release.
{{range $Track := .Tracks}}
{{$Track.Title}}
{{if $Track.Description}}{{$Track.GetDescriptionHTML}}
{{else}}No description provided.
{{end}} {{if $Track.Lyrics}}{{$Track.GetLyricsHTML}}
{{else}}There are no lyrics.
{{end}}There are no artists.
{{end}}