{% for owid_import in page_data.items %} {% endfor %}
continent iso code 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.continent }} {{ owid_import.iso_code }} {{ 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 }}