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

{{ t "alert.no_feed" }}

{{ else }}
{{ range .feeds }}
{{ if .Icon }} {{ .Title }} {{ end }} {{ if .Disabled }} 🚫 {{ end }} {{ .Title }} {{ .Category.Title }}
  • {{ domain .SiteURL }}
  • {{ t "page.feeds.last_check" }}
  • {{ if gt .UnreadCount 0 }}
  • {{ t "page.feeds.unread" }} {{ .UnreadCount }}
  • {{ end }}
{{ if ne .ParsingErrorCount 0 }}
{{ plural "page.feeds.error_count" .ParsingErrorCount .ParsingErrorCount }} - {{ .ParsingErrorMsg }}
{{ end }}
{{ end }}
{{ end }} {{ end }}