{{ define "content" }}
| Status | Address | Coordinates | Assigned User | Appointment | Actions |
|---|---|---|---|---|---|
| {{ 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 | |||||
Try adjusting your search criteria.