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