{{define "dashboard-default/ddns"}} {{template "common/header" .}} {{template "common/menu" .}}
{{range $item := .DDNS}} {{end}}
ID {{tr "Name"}} {{tr "EnableIPv4"}} {{tr "EnableIPv6"}} {{tr "DDNSProvider"}} {{tr "DDNSDomain"}} {{tr "MaxRetries"}} {{tr "Administration"}}
{{$item.ID}} {{$item.Name}} {{$item.EnableIPv4}} {{$item.EnableIPv6}} {{index $.ProviderMap $item.Provider}} {{$item.DomainsRaw}} {{$item.MaxRetries}}
{{template "component/ddns" .}} {{template "common/footer" .}} {{end}}