{{define "UserScore"}}
ID BurnTime Score
{{.ID}} {{.BurnTime}} {{.Score}}
{{range $action := .Actions}} {{if eq $action.Type "ActionTypePlus"}} {{end}} {{end}}
ActionTypePlus
{{$action.Name}} {{$action.Magnitude}} {{$action.Repeatable}}
{{range $action := .Actions}} {{if eq $action.Type "ActionTypeMinus"}} {{end}} {{end}}
ActionTypeMinus
{{$action.Name}} {{$action.Magnitude}} {{$action.Repeatable}}
{{end}}