{{define "head"}} admin - ari melody 💫 {{end}} {{define "content"}}

Releases

Create New
{{range $Release := .Releases}}

{{$Release.Title}} {{$Release.GetReleaseYear}} {{if not $Release.Visible}}(hidden){{end}}

{{$Release.PrintArtists true true}}

{{$Release.ReleaseType}} ({{len $Release.Tracks}} track{{if not (eq (len $Release.Tracks) 1)}}s{{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.Release}} {{$Track.Release.Title}} {{else}} (no release) {{end}}

{{$Track.ID}}

{{if $Track.Description}}

{{$Track.Description}}

{{else}}

No description provided.

{{end}} {{if $Track.Lyrics}}

{{$Track.Lyrics}}

{{else}}

There are no lyrics.

{{end}}
{{end}} {{if not .Artists}}

There are no artists.

{{end}}
{{end}}