{{ define "content" }}
{{ 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 }}

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 }}

Signs Requested

Lawn Signs
{{ .Statistics.LawnSignsRequested }}
Banner Signs
{{ .Statistics.BannerSignsRequested }}

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 }}

Signs Requested

Lawn Signs
{{ .Statistics.LawnSignsRequested }}
Banner Signs
{{ .Statistics.BannerSignsRequested }}
{{ end }}