{{template "shellTop" "tasks"}}

Tasks

{{if .Msg}}
{{.Msg}}
{{end}} {{if .Err}}
{{.Err}}
{{end}}

add

{{if .Candidates}}

found, not confirmed {{len .Candidates}}

maven derived these from something she read. nothing counts as your work until you confirm it.
{{range .Candidates}}{{end}}
taskwhere fromduecaptured
{{.Text}} {{.Source}}{{if .Evidence}} — {{.Evidence}}{{end}} {{.Due}} {{.Created}}
{{end}}

open {{len .Open}}

{{if .Open}}
{{range .Open}}{{end}}
taskfromduecaptured
{{.Text}} {{.Source}} {{.Due}} {{.Created}}
{{else}}
no open tasks
add one above, or tell maven "добавь в задачи …"
{{end}}
{{if .Resolved}}

resolved {{len .Resolved}}

{{range .Resolved}}{{end}}
taskstatuswhen
{{.Text}} {{.Status}} {{.Resolved}}
{{end}} {{template "shellBottom"}}