{{define "content"}}
状态: {{.Status}}
项目: {{if .Project}}{{.Project}}{{else}}-{{end}}
父任务: {{if .ParentUUID}}{{.ParentUUID}}{{else}}-{{end}}
优先级: P{{.Priority}}
负责人: {{if .Assignee}}{{.Assignee}}{{else}}-{{end}}
标签: {{if .Tags}}{{.Tags}}{{else}}-{{end}}
创建时间: {{formatDate .CreatedAt}}
更新时间: {{formatDate .UpdatedAt}}
{{if .Description}}

描述

{{.Description}}

{{end}}

操作

💡 状态流转:待办 → Agent 工作中 → Agent 审核 → 人工审核 → 完成

{{if .ReviewComment}}

审核意见

{{.ReviewComment}}
{{end}}
{{end}}