{{ define "details_row_important" }} {{ range .IMPORTANT_DETAILS_ROWS }} {{ if eq "true" .FAILED }}
{{ .DETAILS.NAME }} {{ else }}
{{ .DETAILS.NAME }} {{ end }}
{{ .TIMESTAMP }} {{ .SCENARIO }} {{ template "message_cell" .DETAILS }}
{{ end }} {{ end }}