{{template "footer-css" .}}

Downloaded Videos

{{range .videos}}
{{if or (eq .Status "download completed") (eq .Status "transcoding") (eq .Status "completed")}} {{.Title}} {{else}} {{.Title}} {{end}}
{{.Artist}}
{{.Status}}
{{if .Audio}} Audio {{end}} {{if .Video}} Video {{end}}
{{if eq .Status "completed"}}
{{else if eq .Status "failed"}}
{{else if eq .Status "downloading"}} {{end}}
{{end}}

Playlists

{{range .playlists}}
{{if eq .Status "completed"}} {{.Title}} {{else}} {{.Title}} {{end}}
{{end}}

Download New Video

Logout

{{template "footer" .}}