{{define "task-card"}}
{{.ID}}
{{.Title}}
{{.Agent}} · {{.Model}}
{{if .DependsOn}}
Zavisi od: {{joinDeps .DependsOn}}
{{end}} {{if .CanRun}} {{end}}
{{end}}