{% extends 'page_layout.html' %} {% include 'common/fragment_pagination.html' %} {% block navigation_breadcrumb %} {% endblock %} {% block navigation_navtabs %} {% include 'nrw/fragment_nrw_navtabs.html' %} {% endblock %} {% block main_container %} {% if page_data.pages > 1 %}
date_reported | country_code | country | who_region | new_cases | cumulative_cases | new_deaths | cumulative_deaths |
---|---|---|---|---|---|---|---|
{{ who_global_data_import.date_reported }} | {{ who_global_data_import.country_code }} | {{ who_global_data_import.country }} | {{ 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 }} |