{{template "base/head" .}}
{{template "repo/header" .}}
{{template "base/alert" .}}

{{with .task}}

任务名称: {{.JobName}}

{{end}}

任务详情:

{{with .result}}
状态 {{.Status}}
镜像名称 {{$.task.Image}}
数据集下载地址 {{$.datasetDownloadLink}}
开始时间 {{.CreateTime}}
最后更新时间 {{.LatestUpdateTime}}
{{end}}
{{template "base/footer" .}}