{% extends 'layout.html' %} {% block navigation_breadcrumb %} {% endblock %} {% block navigation_navtabs %} {% include 'fragment_navtabs_europe.html' %} {% endblock %} {% block main_container %} {% 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 %} {% for o in page_data.items %} {% endfor %}
    date_rep day month year cases deaths pop_data_2019 countries_and_territories geo_id country_territory_code continent_exp cumulative_number_for_14_days_of_covid19_cases_per_100000
    {{ o.date_rep }} {{ o.day }} {{ o.month }} {{ o.year }} {{ o.cases }} {{ o.deaths }} {{ o.pop_data_2019 }} {{ o.countries_and_territories }} {{ o.geo_id }} {{ o.country_territory_code }} {{ o.continent_exp }} {{ o.cumulative_number_for_14_days_of_covid19_cases_per_100000 }}
    {% endblock %} {% block footer_container %}
    {% for error in errors %}

    {{ error }}

    {% endfor %}
    {% endblock %}