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

{{ t "There is no category." }}

{{ else }}
{{ range .categories }}
  • {{ if eq .FeedCount 0 }} {{ t "No feed." }} {{ else }} {{ plural "plural.categories.feed_count" .FeedCount .FeedCount }} {{ end }}
{{ end }}
{{ end }} {{ end }}