Date | Total Cases | New Cases | Active Cases |
Tests | 14-day Pos. Rate |
Hosp. | Deaths | Risk Level |
Sources | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ . }} | {{ end }}Total | New | ||||||||||||||||||
{{ dateFormat "1/2/06" .date }} | {{ if .estimates.cases }} {{ range (slice .total_cases.county .total_cases.west_plains .total_cases.willow_springs .total_cases.mountain_view) }}{{ lang.NumFmt 0 . }} | {{ end }} {{ else }} {{ range (slice .total_cases.county .total_cases.west_plains .total_cases.willow_springs .total_cases.mountain_view) }}{{ lang.NumFmt 0 . }} | {{ end }} {{ end }}{{ lang.NumFmt 0 .total_cases.other }} | {{ if .estimates.cases }} {{ range (slice .new_cases.county .new_cases.west_plains .new_cases.willow_springs .new_cases.mountain_view) }}{{ lang.NumFmt 0 . }} | {{ end }} {{ else }} {{ range (slice .new_cases.county .new_cases.west_plains .new_cases.willow_springs .new_cases.mountain_view) }}{{ lang.NumFmt 0 . }} | {{ end }} {{ end }}{{ lang.NumFmt 0 .new_cases.other }} | {{ lang.NumFmt 0 .active_cases }} | {{ if isset .tests "total" }}{{ lang.NumFmt 0 .tests.total }} | {{ else }}N/A | {{ end }} {{ if isset .tests "new" }}{{ lang.NumFmt 0 .tests.new }} | {{ else }}N/A | {{ end }} {{ if isset . "positivity_rate" }}{{ lang.NumFmt 1 .positivity_rate.value }}% | {{ else }}N/A | {{ end }} {{ if isset . "hospitalizations" }}{{ lang.NumFmt 0 .hospitalizations }} | {{ else }}N/A | {{ end }}{{ lang.NumFmt 0 .deaths }} | {{ with .risk_level }}{{ humanize . }} | {{ else }}N/A | {{ end }} {{ with .sources }}{{ range . }} [{{ .number }}] {{ end }} | {{ else }}N/A | {{ end }}