Simple Downloader
Currently Running Jobs
{{range $filename, $info := .Jobs}}
{{$filename}}
Progress:
{{printf "%5.1f%%" $info.Percentage}}
Current file: {{$info.CurrentFile}} {{if $info.Paused}}
(Paused)
{{end}}
{{else}}
No active jobs
{{end}}
Clear Completed Jobs