{% for who_global_data_import in page_data.items %} {% endfor %}
date reported country country code who region new cases cumulative cases new deaths cumulative deaths
{{ who_global_data_import.date_reported }} {{ who_global_data_import.country }} {{ who_global_data_import.country_code }} {{ who_global_data_import.who_region }} {{ who_global_data_import.new_cases }} {{ who_global_data_import.cumulative_cases }} {{ who_global_data_import.new_deaths }} {{ who_global_data_import.cumulative_deaths }}