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

ActionTypePlus

{{range $action := .Actions}} {{if and (eq $action.Type "ActionTypePlus") (or (not $action.Done) ($action.Repeatable))}} {{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}}