{{define "content"}} {{ if .error }} Could not find entry {{ end }}
{{ .Watch.Name }} Edit
{{ if not .Watch.CronEntry }}
No Schedule
{{ else }}
Previous
{{ .Watch.CronEntry.Prev.Format "2006-01-02 15:04:05" }}
Next
{{ .Watch.CronEntry.Next.Format "2006-01-02 15:04:05" }}
{{ end }}
{{end}} {{ define "scripts"}} {{ end }}