{{template "commoncss"}}
{{template "navbar" .}}
{{range .podcasts}}
{{ .Title }}

{{.Title}}

{{ .Summary }}

{{if .LastEpisode}} Last Ep : {{ formatDate .LastEpisode }} {{end}}
{{$downloading:= .DownloadingEpisodesCount}}
{{if gt $downloading 0}} ({{$downloading}})/{{end}}{{.DownloadedEpisodesCount}}/{{.AllEpisodesCount}} episodes

{{else}}
You haven't added any podcasts yet. Click here to add a new podcast to start monitoring.
{{end}}
{{template "scripts"}}