{{template "commoncss"}}
{{template "navbar" .}}
{{range .podcasts}}
{{.Title}}
{{ .Summary }}
Last Ep : {{ latestEpisodeDate .PodcastItems}}
{{$downloading:=downloadingEpisodes .PodcastItems}}
{{if gt $downloading 0}} ({{$downloading}})/{{end}}{{downloadedEpisodes .PodcastItems}}/{{ len .PodcastItems }} episodes
{{else}}
You haven't added any podcasts yet.
Click here
to add a new podcast to start monitoring.
{{end}}
{{template "scripts"}}