{{ define "content" }}
{{ if .Pagination }}
{{.Pagination.CurrentPage}} / {{.Pagination.TotalPages}}
{{ end }}
{{ range .Appointments }}
Appointment {{ if .HasPollResponse }} {{ .PollButtonText }} {{ else }} {{ .PollButtonText }} {{ end }}
{{ .Address }}
Date {{ .AppointmentDate.Format "2006-01-02" }}
Time {{ .AppointmentTime.Format "15:04" }}
{{ else }}

No appointments found

Try adjusting your search criteria.

{{ end }}
{{ end }}