{{ template "head.html" }} {{ template "header.html" }}
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 }}
{{ template "view_task_options.html" .Action.Options }}