Back to V2

{{ .category.Title }} > {{ t "page.feeds.title" }} ({{ .total }})

internal/template/templates/views/category_feeds.html

2.2.19496 B
Original Source

{{ define "title"}}{{ .category.Title }} > {{ t "page.feeds.title" }} ({{ .total }}){{ end }} {{ define "page_header"}}

{{ .category.Title }} > {{ t "page.feeds.title" }} ({{ .total }})

{{ plural "page.categories.feed_count" .total .total }}{{ end }} {{ define "content"}} {{ if not .feeds }}

{{ t "alert.no_feed_in_category" }}

{{ else }} {{ template "feed_list" dict "categoryID" .category.ID "user" .user "feeds" .feeds "ParsingErrorCount" .ParsingErrorCount }} {{ end }} {{ end }}