{{ define "content" }} {{ if (eq (len .DNSRecords) 0) }} {{ end }} {{ range $record := .DNSRecords }} {{ end }}
Type Name Content TTL Internal Delete
No DNS records found
{{ $record.Type }} {{ $record.Name }} {{ $record.Content }} {{ $record.Internal }} {{ $record.TTL }}

Add DNS Records

note that the name must be a subdomain of {{ .User.Username }}


{{ if .FormError }} {{ if (len .FormError.Errors) }} {{ range $error := .FormError.Errors }}
{{ $error }}
{{ end }} {{ end }} {{ end }}
{{ end }}