{{ 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 (or (eq .C.Upload.Status "uploaded") (eq .C.Upload.Status "parsing")) }} {{ else }} {{ if eq (len .C.Upload.Pools) 0 }} {{ else }}
{{ range .C.Upload.Pools }} {{ end }}
Number Street City Post Status Condition Tags
{{ if gt (len .Errors) 0 }} {{ end }} {{ .Address.Number }} {{ .Address.Street }} {{ .Address.Locality }} {{ .Address.PostalCode }} {{ .Status|title }} {{ .Condition|title }} {{ len .Tags }}
{{ end }} {{ end }}
{{ end }}