{{if 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}}