{{define "playlist-video-card-html"}}
{{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 or (eq .Status "completed") (eq .Status "not started")}}
{{end}} {{if eq .Status "completed"}}
{{else if eq .Status "failed"}}
{{end}} {{if eq .Status "not started"}}
{{end}}
{{end}} {{define "playlist-video-card-css"}} {{end}}