{{ define "content" }}
{{ range .Appointments }} {{ else }} {{ end }}
Poll Address Coordinates Appointment Date Appointment Time
{{ if .HasPollResponse }} {{ .PollButtonText }} {{ else }} {{ .PollButtonText }} {{ end }} {{ .Address }} ({{ .Latitude }}, {{ .Longitude }}) {{ .AppointmentDate.Format "2006-01-02" }} {{ .AppointmentTime.Format "15:04" }}
No appointments found
{{ end }}