{{define "content_table"}} {{range $index, $col := .AllTH}}{{end}} {{- range .AllTD}} {{range $index, $item := .}} {{end}} {{- end}}
{{ $col.Value }}
{{ with $x := index $.AllTH $index }} {{ if eq $x.ValueType "href"}} {{template "content_href" $item.Value}} {{ else if eq $x.ValueType "badge"}} {{template "content_badge" $item.Value}} {{ else }} {{ $item.Value }} {{end}} {{end}}
{{end}}