{{define "content_tabledetail"}} {{$stylecell := "table-success"}} {{if .HeadClass }}{{$stylecell = .HeadClass}}{{end}} {{if .Title }} {{end}} {{range $item := .AllTD}} {{end}}
{{ .Title }}
{{ $item.Caption }} {{ if eq $item.ValueType "href"}} {{template "content_href" $item.Value}} {{ else if eq $item.ValueType "badge"}} {{template "content_badge" $item.Value}} {{ else }} {{ $item.Value }} {{end}}
{{end}}