{{define "style"}} .form-control::placeholder { color: rgba(204, 204, 204); } {{end}} {{define "body"}}
{{$window := .Params.Get "window"}}
{{$visual := .Params.Get "visual"}}
Last updated {{.LastUpdated}}

{{range ingestStages}} {{end}} {{range $dailyStats := .Stats}} {{range $ingestType := ingestStages}} {{end}} {{end}}
Date Runs {{capitalize (normalizeIngest .)}}
{{.Date}} {{.Runs}} {{(index $dailyStats.IngestStats $ingestType).Value}}
{{end}}