{% 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 %} {% endif %} {% 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.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 }}
{% endblock %} {% block footer_container %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endblock %}