{{.Count}} out of {{.TotalCount}} Examples in {{.Path}}

{{if .Symbol}}

Showing for symbol: {{.Symbol}} (all) (by symbol)

{{else}}

Showing all examples (by symbol)

{{end}} {{range $pb := .ByProvider}} {{end}}
Provider Best Correct Total
{{$pb.Provider}} {{$pb.Best}} ({{printf "%.2f" $pb.BestPercent}}%) {{$pb.Correct}} ({{printf "%.2f" $pb.CorrectPercent}}%) {{$pb.Total}}
{{range $provider := .Listings.Providers}} {{end}} {{range $listing := .Listings.Listings}} {{range $res := $listing.Results}} {{end}} {{end}}
Example Symbol Expected{{$provider}}
Example {{$listing.ID}} {{$listing.Symbol}} {{$listing.Expected}} {{if $res.Found}} {{$res.Rank}} {{else}} N/A {{end}}