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

It seems you have just setup Podgrab for the first time?

Before you start adding and downloading podcasts I recommend that you give a quick look to the Settings here so that you can customize the downloading behavior of the software as per your needs.

Click here to add a new podcast to start downloading.

Please feel free to report any issues or request any features on our github page here

{{end}}
{{template "scripts"}}