{{ define "summary_table_row" }} {{ range .SUMMARY_ROWS }} {{ .COUNT }} {{ .NAME }} {{ if eq .RESULT "FAIL" }} {{ .RESULT }} {{ else }} {{ .RESULT }} {{ end }} {{ end }} {{ end }}