{{define "card"}}
ID: {{.ID}}
{{template "status_badge" .State}}
{{if .Added}}{{.Added}} ({{.AddedAgo}}){{else}}—{{end}} · {{.Size}} · ↑ {{.Ratio}}
{{if .IsDownloading}}{{template "progress" .Progress}}{{end}}
{{if .ActionError}}{{.ActionError}}{{else}}{{if .Note}}{{.Note}}{{else if .Error}}{{.Error}}{{end}}{{end}}
{{if .Reviewable}}Ревью →{{end}} {{if .Undoable}}
{{end}} {{if .Relinkable}}
{{end}} {{if .Retriable}}
{{end}} {{if not .Terminal}}
{{end}}
{{end}}