Task
{{ .Status }}
Task «{{ .Action.Title }}»{{ if .PlannerID }} by «{{ .Planner.Title }}»{{ end }}
(ID: {{.ID }})
{{ range .Logs }}{{ if eq .Type "System" }}{{ .Lines }}{{ end }}{{ end }}
{{ range .Logs }}{{ if eq .Type "Stdout" }}{{ .Lines }}{{ end }}{{ end }}
{{ range .Logs }}{{ if eq .Type "Stderr" }}{{ .Lines }}{{ end }}{{ end }}