{% for owid_data 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_data.iso_code }} {{ owid_data.continent }} {{ owid_data.location }} {{ owid_data.date_reported.date_reported }} {{ owid_data.total_cases }} {{ owid_data.new_cases }} {{ owid_data.new_cases_smoothed }} {{ owid_data.total_deaths }} {{ owid_data.new_deaths }} {{ owid_data.new_deaths_smoothed }} {{ owid_data.total_cases_per_million }} {{ owid_data.new_cases_per_million }} {{ owid_data.new_cases_smoothed_per_million }} {{ owid_data.total_deaths_per_million }} {{ owid_data.new_deaths_per_million }} {{ owid_data.new_deaths_smoothed_per_million }} {{ owid_data.reproduction_rate }} {{ owid_data.icu_patients }} {{ owid_data.icu_patients_per_million }} {{ owid_data.hosp_patients }} {{ owid_data.hosp_patients_per_million }} {{ owid_data.weekly_icu_admissions }} {{ owid_data.weekly_icu_admissions_per_million }} {{ owid_data.weekly_hosp_admissions }} {{ owid_data.weekly_hosp_admissions_per_million }} {{ owid_data.new_tests }} {{ owid_data.total_tests }} {{ owid_data.total_tests_per_thousand }} {{ owid_data.new_tests_per_thousand }} {{ owid_data.new_tests_smoothed }} {{ owid_data.new_tests_smoothed_per_thousand }} {{ owid_data.positive_rate }} {{ owid_data.tests_per_case }} {{ owid_data.tests_units }} {{ owid_data.total_vaccinations }} {{ owid_data.people_vaccinated }} {{ owid_data.people_fully_vaccinated }} {{ owid_data.new_vaccinations }} {{ owid_data.new_vaccinations_smoothed }} {{ owid_data.total_vaccinations_per_hundred }} {{ owid_data.people_vaccinated_per_hundred }} {{ owid_data.people_fully_vaccinated_per_hundred }} {{ owid_data.new_vaccinations_smoothed_per_million }} {{ owid_data.stringency_index }} {{ owid_data.population }} {{ owid_data.population_density }} {{ owid_data.median_age }} {{ owid_data.aged_65_older }} {{ owid_data.aged_70_older }} {{ owid_data.gdp_per_capita }} {{ owid_data.extreme_poverty }} {{ owid_data.cardiovasc_death_rate }} {{ owid_data.diabetes_prevalence }} {{ owid_data.female_smokers }} {{ owid_data.male_smokers }} {{ owid_data.handwashing_facilities }} {{ owid_data.hospital_beds_per_thousand }} {{ owid_data.life_expectancy }} {{ owid_data.human_development_index }}