{% 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 europe_data in page_data.items %} {% endfor %}
date_rep year_week deaths_weekly cases_weekly notification_rate_per_100000_population_14days countries_and_territories pop_data_2019 geo_id country_territory_code continent
{{ europe_data.europe_date_reported.date_rep }} {{ europe_data.europe_date_reported.year_week }} {{ europe_data.deaths_weekly }} {{ europe_data.cases_weekly }} {{ europe_data.notification_rate_per_100000_population_14days }} {{ europe_data.europe_country.countries_and_territories }} {{ europe_data.europe_country.pop_data_2019 }} {{ europe_data.europe_country.geo_id }} {{ europe_data.europe_country.country_territory_code }} {{ europe_data.europe_country.continent.continent_exp }}
{% endblock %} {% block footer_container %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endblock %}