{% for owid in page_data.items %} {% endfor %}
iso_code continent location date total_cases new_cases new_cases_smoothed total_deaths new_deaths new_deaths_smoothed total_cases_per_million new_cases_per_million new_cases_smoothed_per_million total_deaths_per_million new_deaths_per_million new_deaths_smoothed_per_million reproduction_rate icu_patients icu_patients_per_million hosp_patients hosp_patients_per_million weekly_icu_admissions weekly_icu_admissions_per_million weekly_hosp_admissions weekly_hosp_admissions_per_million new_tests total_tests total_tests_per_thousand new_tests_per_thousand new_tests_smoothed new_tests_smoothed_per_thousand positive_rate tests_per_case tests_units total_vaccinations people_vaccinated people_fully_vaccinated new_vaccinations new_vaccinations_smoothed total_vaccinations_per_hundred people_vaccinated_per_hundred people_fully_vaccinated_per_hundred new_vaccinations_smoothed_per_million stringency_index population population_density median_age aged_65_older aged_70_older gdp_per_capita extreme_poverty cardiovasc_death_rate diabetes_prevalence female_smokers male_smokers handwashing_facilities hospital_beds_per_thousand life_expectancy human_development_index
{{ owid.country.iso_code }} {{ owid.country.continent.region }} {{ owid.country.location }} {{ owid.date_reported }} {{ owid.total_cases }} {{ owid.new_cases }} {{ owid.new_cases_smoothed }} {{ owid.total_deaths }} {{ owid.new_deaths }} {{ owid.new_deaths_smoothed }} {{ owid.total_cases_per_million }} {{ owid.new_cases_per_million }} {{ owid.new_cases_smoothed_per_million }} {{ owid.total_deaths_per_million }} {{ owid.new_deaths_per_million }} {{ owid.new_deaths_smoothed_per_million }} {{ owid.reproduction_rate }} {{ owid.icu_patients }} {{ owid.icu_patients_per_million }} {{ owid.hosp_patients }} {{ owid.hosp_patients_per_million }} {{ owid.weekly_icu_admissions }} {{ owid.weekly_icu_admissions_per_million }} {{ owid.weekly_hosp_admissions }} {{ owid.weekly_hosp_admissions_per_million }} {{ owid.new_tests }} {{ owid.total_tests }} {{ owid.total_tests_per_thousand }} {{ owid.new_tests_per_thousand }} {{ owid.new_tests_smoothed }} {{ owid.new_tests_smoothed_per_thousand }} {{ owid.positive_rate }} {{ owid.tests_per_case }} {{ owid.tests_units }} {{ owid.total_vaccinations }} {{ owid.people_vaccinated }} {{ owid.people_fully_vaccinated }} {{ owid.new_vaccinations }} {{ owid.new_vaccinations_smoothed }} {{ owid.total_vaccinations_per_hundred }} {{ owid.people_vaccinated_per_hundred }} {{ owid.people_fully_vaccinated_per_hundred }} {{ owid.new_vaccinations_smoothed_per_million }} {{ owid.stringency_index }} {{ owid.country.population }} {{ owid.country.population_density }} {{ owid.country.median_age }} {{ owid.country.aged_65_older }} {{ owid.country.aged_70_older }} {{ owid.country.gdp_per_capita }} {{ owid.country.extreme_poverty }} {{ owid.country.cardiovasc_death_rate }} {{ owid.country.diabetes_prevalence }} {{ owid.country.female_smokers }} {{ owid.country.male_smokers }} {{ owid.country.handwashing_facilities }} {{ owid.country.hospital_beds_per_thousand }} {{ owid.country.life_expectancy }} {{ owid.country.human_development_index }}