{{define "title"}}LUCI Scheduler :: {{.ProjectID}}{{end}} {{define "head"}} {{template "job-action-scripts" .}} {{end}} {{define "content"}}
{{if not .Jobs}}

No jobs in this project or no READER permission to view them. {{if .IsAnonymous}} You may need to login first. {{end}}

{{else}} {{range .Jobs }} {{end}}
Job Schedule State Next run Actions
{{template "job-id-ref" .}} {{.Schedule}} {{.State}} {{.NextRun}} {{template "job-action-buttons" .}}
{{end}}
{{end}}