{{define "partials/job_status.html"}}
{{if and . .Running}} {{.JobType}} {{if gt .Total 0}} {{.Processed}}/{{.Total}} {{end}} {{.Message}} {{if or (eq .JobType "autotag") (eq .JobType "sync") (eq .JobType "delete") (eq .JobType "re-extract") (eq .JobType "rebuild-thumbs") (eq .JobType "move") (eq .JobType "tag") (eq .JobType "prune-thumbs") (eq .JobType "relations") (eq .JobType "phash")}} {{end}} {{else if and . .Summary}} ✓ {{.Summary}} {{else if and . .Error}} ✗ {{.Error}} {{end}}
{{end}}