{{ define "title"}}{{ .category.Title }} ({{ .total }}){{ end }}
{{ define "page_header"}}
{{ .category.Title }}
{{ if .showOnlyUnreadEntries }}
{{ t "page.categories.unread_counter" }}: {{ .total }}
{{ else }}
{{ t "page.categories.all_counter" }}: {{ .total }}
{{ end }}
{{ t "alert.no_category_entry" }}
{{ else }}