{{define "content"}}

Patch Series

Subject {{.Title}}
Author {{.AuthorEmail}}
Date {{.PublishedAt}}
Version
Cc {{range .Cc}} {{.}} {{end}}

Patches ({{.TotalPatches}})

{{$data := .}} {{range .Patches}} {{end}}
Name Content [All]
{{.Title}} [Body]
{{range .Sessions}}

Session {{.CreatedAt.Format "2006-01-02"}}

{{if or (not .SkipReason.IsNull) .TriageLogURI}} {{end}} {{if .LogURI}} {{end}}
ID (for dev) {{.ID}}
Status {{.Status}}
Triaged {{if not .SkipReason.IsNull}}Skipped: {{.SkipReason.StringVal}}{{else}}OK{{end}} {{if .TriageLogURI}} [Log] {{end}}
Execution Log [Link]
{{range .Tests}} {{if .Findings}} {{end}} {{end}}
Test Base Patched Verdict
{{.TestName}} {{if .BaseBuild}}{{template "build_info" .BaseBuild}}{{end}} {{if .PatchedBuild}}{{template "build_info" .PatchedBuild}}[patched]{{end}} {{.Result}} {{if .LogURI}} [Log] {{end}} {{if .ArtifactsArchiveURI}} [Artifacts] {{end}}
{{range .Findings}} {{end}}
{{if not .InvalidatedAt.IsNull}}[invalidated]{{end}} {{if .ReportURI}} {{.Title}} {{else}} {{.Title}} {{end}} {{if .LogURI}}[Log]{{end}} {{if .SyzReproURI}}[Syz Repro]{{end}} {{if .CReproURI}}[C Repro]{{end}}
{{end}}
{{end}}