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