{{define "tree-section"}}

{{.Matched}} / {{.Total}} items match {{if .OrphanN}} · {{.OrphanN}} unclassified mai-managed roots → classify{{end}} {{if .Filter.Active}} · clear filters{{end}}

{{template "view-project-chip" .}}
view: {{range .ViewTypeChips}} {{.Label}} {{end}}
{{if .AllTags}}
tag: {{range .Counts.Tags}} {{.Label}} ({{.Count}}) {{end}}
{{end}}
mgmt: {{range .Counts.Management}} {{.Label}} ({{.Count}}) {{end}}
has: {{range .Counts.Has}} {{.Label}} ({{.Count}}) {{end}}
{{if eq .ViewType "card"}} {{template "tree-card" .}} {{else}}
{{end}}
{{end}} {{define "children"}} {{if .Children}} {{end}} {{end}}