{% for ecdc_data in page_data.items %} {% endfor %}
date rep year_week {% if europe_date_reported %} deaths weekly {% endif %} {% if europe_country %} deaths weekly {% endif %} {% if europe_date_reported %} cases weekly {% endif %} {% if europe_country %} cases weekly {% endif %} {% if europe_date_reported %} notification rate per 100000 population 14days {% endif %} {% if europe_country %} notification rate per 100000 population 14days {% endif %} countries and territories population data 2019 geo id country territory code continent
{{ ecdc_data.ecdc_datereported.get_name_for_datum() }} {{ ecdc_data.ecdc_datereported.year_week }} {{ ecdc_data.deaths }} {{ ecdc_data.cases }} {{ ecdc_data.cumulative_number_for_14_days_of_covid19_cases_per_100000 }} {{ ecdc_data.ecdc_country.countries_and_territories }} {{ ecdc_data.ecdc_country.pop_data_2019 }} {{ ecdc_data.ecdc_country.geo_id }} {{ ecdc_data.ecdc_country.country_territory_code }} {{ ecdc_data.ecdc_country.continent.region }}