{{template "syz-head"}}

syz-testbed "{{.Name }}"

{{template "table.html" .Summary}} {{$activeView := $.ActiveView}}

Stat view "{{$activeView.Name}}"

Tables: {{range $typeKey, $type := $activeView.TableTypes}} {{if eq $typeKey $activeView.ActiveTableType}} {{$type.Title}} {{else}} {{$type.Title}} {{end}}   {{end}}
Graph over time / Graph over executions
{{template "table.html" $.ActiveView.ActiveTable}}