{{ define "content" }}

Today's Overview

Appointments Today
{{ .Statistics.AppointmentsToday }}
Appointments Tomorrow
{{ .Statistics.AppointmentsTomorrow }}
This Week
{{ .Statistics.AppointmentsThisWeek }}

Polling Progress

Polls Completed
{{ .Statistics.PollsCompleted }}
Polls Remaining
{{ .Statistics.PollsRemaining }}
{{ if gt .Statistics.TotalAppointments 0 }}
Progress {{ .Statistics.PollsCompleted }}/{{ .Statistics.TotalAppointments }}
{{ end }}

Team Members

{{ range .Teammates }}

{{ .FullName }} {{ if .IsLead }} {{ .Role }} {{ else }} {{ .Role }} {{ end }}

{{ .Phone }}
{{ else }}

No teammates found

{{ end }}
{{ if .Posts }}{{range .Posts}}
{{slice .AuthorName 0 1}}

{{.AuthorName}}

{{.CreatedAt.Format "Jan 2, 2006"}}

{{if .ImageURL}}
Post image
{{end}} {{if .Content}}

{{.AuthorName}} {{.Content}}

{{end}}
{{else}}

No posts yet

Be the first to share something with the community!

{{ end }} {{ else }}

No posts yet

Check back later for updates from your team

{{ end }}
{{ end }}