Back to V2

Feed List

internal/template/templates/common/feed_list.html

2.3.1697 B
Original Source
  • {{ domain .SiteURL }}

  • {{ t "page.feeds.last_check" }} {{ elapsed $.user.Timezone .CheckedAt }} {{ $nextCheckDuration := duration .NextCheckAt }} {{ if ne $nextCheckDuration "" }} - {{ t "page.feeds.next_check" }} {{ $nextCheckDuration }} {{ end }}

  • {{ icon "refresh" }}{{ t "menu.refresh_feed" }}

  • {{ icon "edit" }}{{ t "menu.edit_feed" }}

  • {{ icon "delete" }}{{ t "action.remove" }} {{ if .UnreadCount }} - {{ icon "read" }}{{ t "menu.mark_all_as_read" }} {{ end }}

{{ if ne .ParsingErrorCount 0 }} {{ plural "page.feeds.error_count" .ParsingErrorCount .ParsingErrorCount }} - {{ .ParsingErrorMsg }} {{ end }}