{{define "UserScore"}}
ID BurnTime Score
{{.ID}} {{.BurnTime}} {{.Score}}

ActionTypePlus

{{range $action := .Actions}} {{if and (eq $action.Type "ActionTypePlus") (not $action.Done)}} {{end}} {{end}}
Name Magnitude Repeatable Commit
{{$action.Name}} {{$action.Magnitude}} {{$action.Repeatable}}

ActionTypeMinus

{{range $action := .Actions}} {{if eq $action.Type "ActionTypeMinus"}} {{end}} {{end}}
Name Magnitude Repeatable Commit
{{$action.Name}} {{$action.Magnitude}} {{$action.Repeatable}}
{{end}}