{{- /*gotype: crud-generator/html_components.ItemDisplay*/ -}} {{ define "itemDisplay" }} {{ if .HasImages}} {{end}}
{{ range .Columns}}
{{.Label}}
{{ if eq .Type "text"}} {{.Value}} {{ end }} {{ if eq .Type "textarea"}}
{{.Value}}
{{ end }} {{ if eq .Type "image"}}
{{template "imageDisplay" .}}
{{ end }} {{ if eq .Type "datetime"}} {{.Value}} {{ end }}
{{ end }} {{ range .SubItems }}
{{ end }}
{{end}}