{{- /*gotype: crud-generator/html_components.TableRow*/ -}} {{ define "tableRow" }} {{$rowId := .Id}} {{$entityUrl := .EntityUrl}} {{ range .Columns }} {{ if eq .Type "text"}} {{.Value}} {{ end }} {{ if eq .Type "image"}} Column image {{ end }} {{ end }} {{ end }}