{{define "recommendation"}}

Recommendations

Some actions used by other users for inspiration.

ActionTypePlus

{{range $action := .}} {{if (eq $action.Type "ActionTypePlus")}} {{end}} {{end}}
Name Magnitude Repeatable Copy
{{$action.Name}} {{$action.Magnitude}} {{$action.Repeatable}}

ActionTypeMinus

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