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

{{ t "alert.no_category" }}

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