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

Releases

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

{{$Release.Title}} {{$Release.GetReleaseYear}}

{{$Release.PrintArtists true true}}

{{$Release.ReleaseType}} ({{len $Release.Tracks}} tracks)

{{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
{{range $Track := .Tracks}}

{{$Track.Title}} {{if $Track.Release}} {{$Track.Release.Title}} {{else}} (no album) {{end}}

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