{{$result := call .root.CreateCsvDiff .file .root.BaseCommit .root.HeadCommit}} {{if $result.Error}}
{{$result.Error}}
{{else if $result.Sections}} {{range $i, $section := $result.Sections}} {{range $j, $row := $section.Rows}} {{if and (eq $i 0) (eq $j 0)}} {{range $j, $cell := $row.Cells}} {{if eq $cell.Type 2}} {{else if eq $cell.Type 3}} {{else if eq $cell.Type 4}} {{else}} {{end}} {{end}} {{else}} {{range $j, $cell := $row.Cells}} {{if eq $cell.Type 2}} {{else if eq $cell.Type 3}} {{else if eq $cell.Type 4}} {{else}} {{end}} {{end}} {{end}} {{end}} {{end}}
{{.RowIdx}}{{.LeftCell}} {{.RightCell}}{{.LeftCell}}{{.LeftCell}}{{.RightCell}}{{if .RowIdx}}{{.RowIdx}}{{end}}{{.LeftCell}} {{.RightCell}}{{.LeftCell}}{{.LeftCell}}{{.RightCell}}
{{end}}