{{ define "content" }}
Address Database
{{if .Pagination}}
Showing {{.Pagination.StartRecord}}-{{.Pagination.EndRecord}} of {{.Pagination.TotalRecords}} addresses
{{end}}
{{if .Pagination}}
{{.Pagination.CurrentPage}} / {{.Pagination.TotalPages}}
{{end}}
{{ range .Addresses }} {{ else }} {{ end }}
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
{{ end }}