{{define "body" -}}
[v]: show video
[+]: increase priority
[-]: decrease priority
[s]: stop preloading
Quota: {{.QuotaCur}} / {{.QuotaMax}} GiB
{{range $s := .Paths.Files -}} {{end -}}
/ [dir]
{{$s.Name}} {{if ge $s.Status 0}}{{$s.Status}}%{{end}} {{if $s.Running -}} [running] {{else -}} {{if ge $s.Errc 10 -}} [error] {{else -}} [queued] {{end -}} {{end -}} {{$s.Prio}}[v][s][+][-]
{{if ge $s.Status 0 -}}
{{end -}}
{{end -}}