{% extends 'application/page_layout.html' %} {% block content %} {{super()}} {% include 'rki_landkreise/fragments/fragment_rki_landkreise_navtabs.html' %}
{% if page_data.pages > 1 %}
    {% if page_data.has_prev %}
  • Previous
  • {% endif %} {% for page_num in page_data.iter_pages() %} {% if page_num %} {% if page_num != page_data.page %}
  • {{ page_num }}
  • {% else %}
  • {{ page_num }}
  • {% endif %} {% else %}
  • {% endif %} {% endfor %} {% if page_data.has_next %}
  • Next
  • {% endif %}
{% endif %}
{% for who_global_data_import in page_data.items %} {% endfor %}
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 }}
{% endblock %} {% block footer_container %} {% endblock %}