{{ define "content" }}
| Validated | Address | Cordinates | Assigned User | Appointment | Assign | |||
|---|---|---|---|---|---|---|---|---|
| {{ if .VisitedValidated }} Valid {{ else }} Invalid {{ end }} | {{ .Address }} | ({{ .Latitude }}, {{ .Longitude }}) |
{{ if .UserName }}{{ .UserName }} {{ .UserEmail }}{{ else }}Unassigned{{ end }} |
{{ if .AppointmentDate }} {{ .AppointmentDate }} {{ .AppointmentTime }} {{ else }} No appointment {{ end }} | {{ if .Assigned }} {{ else }} {{ end }} | |||
| No addresses found | ||||||||