{{template "commoncss" .}}
{{template "navbar" .}}
{{$setting := .setting}} {{range .podcastItems}}
{{ .Title }}

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

{{else}}

Click here to add a new podcast to start downloading.

{{end}}
{{if .previousPage }} Newer {{end}} {{if .nextPage }} Older {{end}}
{{template "scripts"}}