{% extends 'layout.html' %} {% block navigation_breadcrumb %} {% endblock %} {% block navigation_navtabs %} {% include 'fragment_navtabs_europe.html' %} {% endblock %} {% block main_container %} {% if page_data.pages > 1 %} {% endif %} {% for o in page_data.items %} {% endfor %}
date_rep year_week cases_weekly deaths_weekly pop_data_2019 countries_and_territories geo_id country_territory_code continent_exp notification_rate_per_100000_population_14days
{{ o.date_rep }} {{ o.year_week }} {{ o.cases_weekly }} {{ o.deaths_weekly }} {{ o.pop_data_2019 }} {{ o.countries_and_territories }} {{ o.geo_id }} {{ o.country_territory_code }} {{ o.continent_exp }} {{ o.notification_rate_per_100000_population_14days }}
{% endblock %} {% block footer_container %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endblock %}