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