{{ 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

const CENTROID=;
Data Preview
{{ range .Upload.Errors }} {{ end }} {{ if eq .Upload.Status "uploaded" }} {{ else }} {{ 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 Tags
{{ if gt (len .Errors) 0 }} {{ end }} {{ .Street }} {{ .City }} {{ .PostalCode }} New Existing Outside {{ .Status }} {{ .Condition }} {{ len .Tags }}
{{ end }} {{ end }}
Upload Edited File
{{ end }}