{% extends 'app_all/layout/page_layout.html' %} {% block content %} {{super()}} {% include 'rki/navigation/rki_navtabs.html' %}
bundesland | landkreis | altersgruppe | geschlecht | anzahl fall | anzahl todesfall | meldedatum | neuer fall | neuer todesfall | neu genesen | anzahl genesen | ist erkrankungsbeginn | altersgruppe2 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ who_global_data_import.bundesland }} | {{ who_global_data_import.landkreis }} | {{ who_global_data_import.altersgruppe }} | {{ who_global_data_import.geschlecht }} | {{ who_global_data_import.anzahl_fall }} | {{ who_global_data_import.anzahl_todesfall }} | {{ who_global_data_import.meldedatum }} | {{ who_global_data_import.neuer_fall }} | {{ who_global_data_import.neuer_todesfall }} | {{ who_global_data_import.neu_genesen }} | {{ who_global_data_import.anzahl_genesen }} | {{ who_global_data_import.ist_erkrankungsbeginn }} | {{ who_global_data_import.altersgruppe2 }} |