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

Upload Results: {{ .C.Upload.Name }}

{{ .C.Upload.Status|displayUploadStatus }}

{{ .C.Upload.CountExisting }}

Existing Pools

Matches found in previous records

{{ .C.Upload.CountNew }}

New Pools

Not found in existing records

{{ .C.Upload.CountOutside }}

Outside District

Potential geocoding errors

Data Preview
{{ range .C.Upload.Errors }} {{ end }} {{ if eq .C.Upload.Status "uploaded" }} {{ else }} {{ if eq (len .C.Upload.Pools) 0 }} {{ else }}
{{ range .C.Upload.Pools }} {{ if eq .Status "new" }} {{ else if eq .Status "existing" }} {{ else if eq .Status "outside" }} {{ else }} {{ end }} {{ end }}
Street City Post Status Condition Tags
{{ if gt (len .Errors) 0 }} {{ end }} {{ .Street }} {{ .City }} {{ .PostalCode }} New Existing Outside {{ .Status }} {{ .Condition }} {{ len .Tags }}
{{ end }} {{ end }}
Upload Edited File
{{ end }}