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