{{ define "content" }}
{{template "breadcrumb" toSlice "ELEMENTS" (all "Region") (.Data|string) "current"}} {{template "show_header" dict "title" (.Data|string) "updatePath" (.Data.ID|update "Region") "deletePath" (.Data.ID|delete "Region")}}

GENERAL SECTION

{{$options := ` title: "RELATIONS" model: "MODEL" icon: "ICON_CLASS" `}} {{$noElements := "NO ELEMENTS"}} {{template "relation_list" dict "options" ($options|yaml) "data" .Data.RELATIONS "noElements" $noElements}}
{{ end }}