{{define "title"}}LUCI Scheduler{{end}} {{define "head"}} {{template "job-action-scripts" .}} {{end}} {{define "content"}}
{{range .Jobs }} {{end}}
Project Job Schedule State Next run Actions
{{.ProjectID}} {{template "job-id-ref" .}} {{.Schedule}} {{.State}} {{.NextRun}} {{template "job-action-buttons" .}}
{{end}}