{{define "task-card"}}
{{.ID}}
{{.Title}}
{{.Agent}} · {{.Model}}
{{if .DependsOn}}
Zavisi od: {{joinDeps .DependsOn}}
{{end}}
{{if eq .Action "blocked"}} Blokiran {{else if eq .Action "review"}} {{else if eq .Action "run"}} {{else if eq .Action "running"}} Radi {{else if eq .Action "approve"}} {{else if eq .Action "done"}} {{end}}
{{end}}