{{template "header-css" .}} {{template "footer-css" .}}
{{template "header" .}}
Downloaded Videos
{{range .videos}}
{{if or (eq .Status "download completed") (eq .Status "transcoding") (eq .Status "completed")}}
{{.Title}}
{{else}} {{.Title}} {{end}}
{{.Artist}}
{{.URL}}
{{.Status}}
{{if .Audio}} Audio {{end}} {{if .Video}} Video {{end}}
{{if eq .Status "completed"}}
Reprocess
{{else if eq .Status "failed"}}
Restart
{{else if eq .Status "downloading"}} {{end}}
Delete
{{end}}
Playlists
{{range .playlists}}
{{if eq .Status "completed"}}
{{.Title}}
{{else}} {{.Title}} {{end}}
{{.URL}}
Delete
{{end}}
{{template "footer" .}}