← Back
{{if .IsNew}}Add Customer{{else}}Edit: {{.Config.CustomerID}}{{end}}
{{if .Error}}
{{.Error}}
{{end}}
{{/* v0.48.0 edit-a: the form body is shared with the customer page's Edit tab —
one sub-template, two render surfaces (the host_detail_body pattern). */}}
{{template "config_form_body" .}}