{{ template "sync/layout/authenticated.html" . }} {{ define "title" }}Pool Upload{{ end }} {{ define "extraheader" }} {{ end }} {{ define "content" }}

Upload Results: {{ .Upload.Name }}

{{ if eq .Upload.Status "parsed" }} File Parsed Successfully {{ else if eq .Upload.Status "error" }} File Has Problems {{ else if eq .Upload.Status "uploaded" }} File Is Processing {{ else }} Unknown status {{ end }}

{{ .Upload.CountExisting }}

Existing Pools

Matches found in previous records

{{ .Upload.CountNew }}

New Pools

Not found in existing records

{{ .Upload.CountOutside }}

Outside District

Potential geocoding errors

Data Preview
{{ range .Upload.Errors }} {{ end }} {{ if eq (len .Upload.Pools) 0 }} {{ else }}
{{ range .Upload.Pools }} {{ if eq .Status "new" }} {{ else if eq .Status "existing" }} {{ else if eq .Status "outside" }} {{ else }} {{ end }} {{ end }}
Street City Post Status Condition
{{ .Street }} {{ .City }} {{ .PostalCode }} New Existing Outside {{ .Status }}
{{ end }}
Notes & Recommendations

Issues detected:

  • 4 pools appear to be outside district boundaries (possible geocoding errors)
  • All required fields are present and properly formatted
Upload Edited File
{{ end }}