{{ $showGraph := not (or .HideGraph (eq (len .Stats.Series) 0)) }}
{{ if $showGraph }}
{{ range $i, $column := .Stats.Series }}
{{ $column.Queries | formatNumber }}
QUERIES
{{ $column.PercentBlocked }}%
BLOCKED
{{ if gt $column.PercentTotal 0}}
{{ if ne $column.Queries $column.Blocked }}
{{ end }}
{{ if or (gt $column.Blocked 0) (and (lt $column.PercentTotal 15) (lt $column.PercentBlocked 10)) }}
{{ end }}
{{ end }}
{{ index $.TimeLabels $i }}
{{ end }}
{{ end }}
{{ if and (not .HideTopDomains) .Stats.TopBlockedDomains }}
Top blocked domains