{{ define "title"}}{{ t "page.edit_feed.title" .feed.Title }}{{ end }} {{ define "content"}} {{ if not .categories }}

{{ t "page.add_feed.no_category" }}

{{ else }} {{ if ne .feed.ParsingErrorCount 0 }}

{{ t "page.edit_feed.last_parsing_error" }}

{{ t .feed.ParsingErrorMsg }}

{{ end }}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
  {{ icon "external-link" }}
  {{ icon "external-link" }}
  {{ icon "external-link" }}
  {{ icon "external-link" }}
  {{ icon "external-link" }}
{{ if .hasProxyConfigured }} {{ end }} {{ if not .form.CategoryHidden }} {{ end }}
{{ t "action.or" }} {{ t "action.cancel" }}
{{ t "action.remove_feed" }}
{{ end }} {{ end }}