{{template "commoncss"}}
{{template "navbar" .}}
{{$setting := .setting}} {{range .podcastItems}}
{{if .IsPlayed }}
{{end}} {{.Title}} {{if .Podcast.Title }} // {{ .Podcast.Title}} {{end}}
{{ naturalDate .PubDate }}
{{ formatDuration .Duration}}
{{ .Summary }}
{{if .IsPlayed }}
{{ else }}
{{ end }} {{if .DownloadPath}}
{{else}} {{if not $setting.AutoDownload}}
{{else}} {{if eq .DownloadStatus 3}}
{{end}} {{end}} {{end }}
{{end}}
{{if .previousPage }}
Newer
{{end}} {{if .nextPage }}
Older
{{end}}
{{template "scripts"}}