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

{{ t "page.categories.no_category" }}

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