{% for who_global_data in page_data.items %} {% endfor %}
date reported deaths new cases new deaths cumulative cases cumulative country code country region
{{ who_global_data.date_reported }} {{ who_global_data.deaths_new }} {{ who_global_data.cases_new }} {{ who_global_data.deaths_cumulative }} {{ who_global_data.cases_cumulative }} {{ who_global_data.country.country_code }} {{ who_global_data.country.country }} {{ who_global_data.country.region.region }}