test
{{.RowIdx}} | {{range $j, $cell := $row.Cells}} {{if not $cell}}{{else if eq $cell.Type 2}} | {{.LeftCell}} {{.RightCell}} | {{else if eq $cell.Type 3}}{{.RightCell}} | {{else if eq $cell.Type 4}}{{.LeftCell}} | {{else if eq $cell.Type 5}}{{.RightCell}} | {{else if eq $cell.Type 6}}{{.LeftCell}} {{.RightCell}} | {{else}}{{.RightCell}} | {{end}} {{end}} {{else}}{{if .RowIdx}}{{.RowIdx}}{{end}} | {{range $j, $cell := $row.Cells}} {{if not $cell}}{{else if eq $cell.Type 2}} | {{.LeftCell}} {{.RightCell}} | {{else if eq $cell.Type 3}}{{.RightCell}} | {{else if eq $cell.Type 4}}{{.LeftCell}} | {{else if eq $cell.Type 5}}{{.RightCell}} | {{else if eq $cell.Type 6}}{{.LeftCell}} {{.RightCell}} | {{else}}{{.RightCell}} | {{end}} {{end}} {{end}}
---|