{% extends 'layout.html' %} {% include 'fragment_pagination.html' %} {% block navigation_breadcrumb %} {% endblock %} {% block navigation_navtabs %} {% include 'fragment_navtabs_who.html' %} {% endblock %} {% block main_container %} {% if page_data.pages > 1 %}
date_reported | deaths_new | cases_new | deaths_cumulative | cases_cumulative | country_code | country | region |
---|---|---|---|---|---|---|---|
{{ who_global_data.date_reported.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 }} |