{{ define "content" }}
| Validated | Address | Coordinates | Assigned User | Appointment | Assign | Remove |
|---|---|---|---|---|---|---|
| {{ 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 }} | {{ if .Assigned }} {{ else }} - {{ end }} |
| No addresses found | ||||||