{{ define "content" }}
Upload and process CSV files to validate addresses
Total Records
{{ .Result.TotalRecords }}
Validated
{{ .Result.ValidatedCount }}
Not Found
{{ .Result.NotFoundCount }}
Errors
{{ .Result.ErrorCount }}
No validated addresses found.
{{end}}No missing addresses.
{{end}}No errors encountered.
{{end}}