{{define "title"}} GoWatch {{ .Watch.Name }} {{end}} {{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 }}
{{ if .numericalMap }} {{ end }} {{ $first := true }} {{ if .categoricalMap }}
{{ $first = true }} {{ range $name, $values := .categoricalMap }}
{{ range $value := $values }} {{ end }}
When Value
{{ $value.Time.Format "2006-01-02 15:04:05" }} {{ $value.Value }}
{{ $first = false }} {{ end }}
{{ end }} {{end}} {{ define "scripts"}} {{ if .numericalMap }} {{ end }} {{ end }}