{{ define "title"}}{{ t "page.feeds.title" }} ({{ .total }}){{ end }}
{{ define "content"}}
{{ t "page.feeds.title" }} ({{ .total }})
{{ template "feed_menu" }}
{{ t "alert.no_feed" }}
{{ else }} {{ template "feed_list" dict "user" .user "feeds" .feeds "ParsingErrorCount" .ParsingErrorCount }} {{ end }} {{ end }}