{{ define "title"}}{{ t "page.categories.title" }} ({{ .total }}){{ end }} {{ define "content"}} {{ if not .categories }}

{{ t "alert.no_category" }}

{{ else }}
{{ range .categories }}
{{ .Title }} ({{ .TotalUnread }})
  • {{ if eq (deRef .FeedCount) 0 }}{{ t "page.categories.no_feed" }}{{ else }}{{ plural "page.categories.feed_count" (deRef .FeedCount) (deRef .FeedCount) }}{{ end }}
{{ end }}
{{ end }} {{ end }}