{{ define "content" }}
{{if .Pagination}}
{{.Pagination.CurrentPage}} / {{.Pagination.TotalPages}}
{{end}}
{{ range .Addresses }}
Address
{{ if .VisitedValidated }} Valid {{ else }} Invalid {{ end }}
{{ .Address }}
Assigned User
{{ if .UserName }}
{{ .UserName }}
{{ .UserEmail }}
{{ else }} Unassigned {{ end }}
Appointment
{{ if .AppointmentDate }}
{{ .AppointmentDate }}
{{ .AppointmentTime }}
{{ else }} No appointment {{ end }}
{{ if .Assigned }}
{{ else }} {{ end }}
{{ else }}

No addresses found

Try adjusting your search criteria.

{{ end }}

Assign Address

Selected Address:
None selected
{{ end }}