{{ define "title"}}{{ t "Edit Feed: %s" .feed.Title }}{{ end }} {{ define "content"}} {{ if not .categories }}

{{ t "There is no category!" }}

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

{{ t "Last Parsing Error" }}

{{ t .feed.ParsingErrorMsg }}

{{ end }}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
{{ t "or" }} {{ t "cancel" }}
{{ t "Remove this feed" }}
{{ end }} {{ end }}