{{ define "title"}}{{ .category.Title }} > {{ t "page.feeds.title" }} ({{ .total }}){{ end }}
{{ define "content"}}
{{ .category.Title }} > {{ t "page.feeds.title" }} ({{ .total }})
{{ t "alert.no_feed_in_category" }}
{{ else }} {{ template "feed_list" dict "user" .user "feeds" .feeds "ParsingErrorCount" .ParsingErrorCount }} {{ end }} {{ end }}