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

{{ t "You don't have any subscription." }}

{{ else }}
{{ range .feeds }}
{{ if .Icon }} {{ end }} {{ .Title }} {{ .Category.Title }}
  • {{ domain .SiteURL }}
  • {{ t "Last check:" }}
  • {{ if ne .ParsingErrorCount 0 }}
  • {{ plural "plural.feed.error_count" .ParsingErrorCount .ParsingErrorCount }}
  • {{ end }}
{{ end }}
{{ end }} {{ end }}