{{ define "title"}}{{ .category.Title }} ({{ .total }}){{ end }}
{{ define "page_header"}}
        {{ .category.Title }}
        
    
    
        {{ if .showOnlyUnreadEntries }}
        {{ plural "page.unread_entry_count" .total .total }}
        {{ else }}
        {{ plural "page.total_entry_count" .total .total }}
        {{ end }}
    
    
{{ t "alert.no_category_entry" }}
{{ else }}