{{ define "content" }}

Assigned Addresses

{{range .AssignedList}} {{end}}
ID Address Assigned Volunteer Email Phone Appointment Date Appointment Time
{{.AddressID}} {{.Address}} {{.StreetName}} {{.StreetType}} {{.StreetQuadrant}} {{if .Assigned}}✅ Yes{{else}}❌ No{{end}} {{.UserName}} {{.UserEmail}} {{.UserPhone}} {{.AppointmentDate}} {{.AppointmentTime}}
{{ end }}