{{template "header" .Header}} Title: {{.Bug.Title}}
Namespace: {{.Bug.Namespace}}
Crashes: {{.Bug.NumCrashes}}
First: {{formatTime .Bug.FirstTime}}
Last: {{formatTime .Bug.LastTime}}
Reporting: {{if .Bug.Link}}{{.Bug.Status}}{{else}}{{.Bug.Status}}{{end}}
Commits: {{.Bug.Commits}}
Patched on: {{.Bug.PatchedOn}}
Missing on: {{.Bug.MissingOn}}
{{range $c := $.Crashes}} {{end}}
Crashes:
Manager Time Kernel Commit Syzkaller Config Log Report Syz repro C repro Maintainers
{{$c.Manager}} {{formatTime $c.Time}} {{$c.KernelRepo}}/{{$c.KernelBranch}} {{$c.KernelCommit}} {{$c.SyzkallerCommit}} .config {{if $c.LogLink}}log{{end}} {{if $c.ReportLink}}report{{end}} {{if $c.ReproSyzLink}}syz{{end}} {{if $c.ReproCLink}}C{{end}} {{$c.Maintainers}}