{{ define "content" }}
{{$options := ` title: "Regions" buttonTitle: "Crea nuovo Region" `}} {{template "read_all_header" dict "options" ($options | yaml) "lengthData" (len .Data) "modelPath" (create "Region")}} {{template "search_input"}} {{if not .}} {{template "display_no_elements"}} {{else}}
{{range $element := .Data}} {{$element|string}}
{{$options := `noElements: "no subelements"`}} {{/*template "small" dict "options" ($options | yaml) "data" $element.SubElements*/}}
{{end}} {{end}}
{{ end }}