{{ template "sync/layout/authenticated.html" . }} {{ define "title" }}Dash{{ end }} {{ define "extraheader" }} {{ end }} {{ define "content" }}

{{ .User.Organization.Name }} Dashboard

Overview of mosquito control activities in your district

{{ if .C.IsSyncOngoing }}

Syncing now...

{{ else }}

Last updated: {{ .C.LastSync | timeRelativePtr }}

{{ end }}
Last Data Refresh

{{ .C.LastSync | timeRelativePtr }}

Service Requests
{{ if .C.IsSyncOngoing }}

{{ .C.CountServiceRequests | bigNumber }}...?

{{ else }}

{{ .C.CountServiceRequests | bigNumber }}

{{ end }}
Mosquito Sources
{{ if .C.IsSyncOngoing }}

{{ .C.CountMosquitoSources | bigNumber }}..?

{{ else }}

{{ .C.CountMosquitoSources | bigNumber }}

{{ end }}
Traps
{{ if .C.IsSyncOngoing }}

{{ .C.CountTraps | bigNumber }}...?

{{ else }}

{{ .C.CountTraps | bigNumber }}

{{ end }}

Mosquito Activity Heatmap

{{ if not (eq .Organization nil) }} {{ if not (eq .Organization.ServiceAreaCentroidGeojson nil) }} {{ end }} {{ end }}

Recent Activity

{{ range $i, $sr := .C.RecentRequests }} {{ end }}
Date Type Location Status Action
{{ $sr.Date | timeRelativePtr }} Service Request {{ $sr.Location }} Completed View
{{ end }}