From 5c39e30d850459b5bef13d164e1f3cc324bde5de Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Tue, 9 Feb 2021 13:37:56 +0100
Subject: [PATCH] ### 0.0.15 Release * ------------------------------------- *
 Fixed #88 rename VaccinationImport to VaccinationImport * Fixed #89 change
 tablename from vaccination_germany_timeline_import to vaccination_import *
 Fixed #86 rename VaccinationData to VaccinationData * Fixed #162 rename table
 vaccination_germany_timeline into vaccination_data *
 ------------------------------------- * Fixed #170 implement
 url_vaccination_task_update_star_schema_initial in vaccination_views.py *
 Fixed #171 implement url_vaccination_task_update_starschema_incremental in
 vaccination_views.py * Fixed #172 implement url_vaccination_task_import_only
 in vaccination_views.py * Fixed #173 implement
 url_vaccination_task_import_only in vaccination_views.py * Fixed #174
 implement url_vaccination_task_update_dimensiontables_only in
 vaccination_views.py * Fixed #175 implement
 url_vaccination_task_update_facttable_incremental_only in
 vaccination_views.py * Fixed #176 implement
 url_vaccination_task_update_facttable_initial_only in vaccination_views.py *
 ------------------------------------- * Fixed #91 implement
 VaccinationService.run_download_only * Fixed #92 implement
 VaccinationService.run_import_only * Fixed #93 implement
 VaccinationService.run_update_dimension_tables_only * Fixed #94 implement
 VaccinationService.run_update_fact_table_incremental_only * Fixed #95
 implement VaccinationService.run_update_fact_table_initial_only * Fixed #96
 implement VaccinationService.run_update_star_schema_incremental * Fixed #97
 implement VaccinationService.run_update_star_schema_initial * Fixed #101
 implement VaccinationServiceUpdate.update_dimension_tables_only * Fixed #102
 implement VaccinationServiceUpdate.update_fact_table_incremental_only * Fixed
 #103 implement VaccinationServiceUpdate.update_fact_table_initial_only *
 Fixed #104 implement VaccinationServiceUpdate.update_star_schema_incremental
 * Fixed #105 implement VaccinationServiceUpdate.update_star_schema_initial *
 ------------------------------------- * Fixed #90 refactor VaccinationService
 to new method scheme introduced 07.02.2021 * Fixed #98 refactor
 VaccinationServiceDownload to new method scheme introduced 07.02.2021 * Fixed
 #99 refactor VaccinationServiceImport to new method scheme introduced
 07.02.2021 * Fixed #100 refactor VaccinationServiceUpdate to new method
 scheme introduced 07.02.2021 * ------------------------------------- * Fixed
 #87 change to: Vaccination.datum many to one VaccinationDateReported * Fixed
 #106 add Tasks and URLs for starting Tasks to vaccination_views *
 ------------------------------------- * Issue #39 SQLalchemy instead of SQL:
 AllModelClasses.remove_all() * Issue #40 SQLalchemy instead of SQL:
 EuropeImport.get_date_rep() * Issue #41 SQLalchemy instead of SQL:
 EuropeImport.get_countries_of_continent() * Issue #42 SQLalchemy instead of
 SQL: WhoImport.get_new_dates_as_array() * Issue #83 SQLalchemy instead of SQL
 in WhoImport.get_new_dates_as_array * Issue #107 SQLalchemy instead of SQL
 in: EuropeImport.get_countries_of_continent * Issue #109 SQLalchemy instead
 of SQL in: EuropeImport.get_date_rep * Issue #110 SQLalchemy instead of SQL
 in: EuropeImport.get_continent * ------------------------------------- *
 Issue #82 change to ORM ClassHierarchy * Issue #108 change to ORM
 ClassHierarchy in: EuropeImport.get_countries_of_continent * Issue #129
 change to ORM ClassHierarchy in: RkiLandkreiseImport.get_new_dates_as_array *
 Issue #131 change to ORM ClassHierarchy in:
 RkiGermanyDataImportTable.get_new_dates_as_array *
 ------------------------------------- * Issue #111 refactor to new method
 scheme itroduced 07.02.2021 * Issue #117 refactor EuropeServiceUpdate to new
 method scheme introduced 07.02.2021 * Issue #112 implement
 EuropeService.run_update_dimension_tables_only * Issue #113 implement
 EuropeService.run_update_fact_table_incremental_only * Issue #114 implement
 EuropeService.run_update_fact_table_initial_only * Issue #115 implement
 EuropeService.run_update_star_schema_incremental * Issue #116 implement
 EuropeService.run_update_star_schema_initial * Issue #118 implement
 EuropeServiceUpdate.update_dimension_tables_only * Issue #119 implement
 EuropeServiceUpdate.update_fact_table_incremental_only * Issue #120 implement
 EuropeServiceUpdate.update_fact_table_initial_only * Issue #121 implement
 EuropeServiceUpdate.update_star_schema_incremental * Issue #122 implement
 EuropeServiceUpdate.update_star_schema_initial *
 ------------------------------------- * Issue #163 implement
 url_europe_task_update_star_schema_initial in europe_views.py * Issue #164
 implement url_europe_task_update_starschema_incremental in europe_views.py *
 Issue #165 implement url_europe_task_download_only in europe_views.py * Issue
 #166 implement url_europe_task_import_only in europe_views.py * Issue #167
 implement url_europe_task_update_dimensiontables_only in europe_views.py *
 Issue #168 implement url_europe_task_update_facttable_incremental_only in
 europe_views.py * Issue #169 implement
 url_europe_task_update_facttable_initial_only in europe_views.py *
 ------------------------------------- * Issue #146 add Tasks and URLs for
 starting Tasks to rki_views * Issue #140 move WhoImport to RKI in:
 rk_service_import.py * Issue #139 refactor RkiBundeslaenderServiceDownload to
 new method scheme introduced 07.02.2021 * Issue #123 split
 RkiBundeslaenderService into two Services, one for bundeslaender and one for
 landkreise * Issue #125 implement RkiLandkreise * Issue #126 implement
 RkiBundeslaenderImport * Issue #127 implement
 RkiBundeslaenderImport.get_dates_reported * Issue #128 add fields from csv to
 RkiLandkreiseImport * Issue #132 refactor RkiBundeslaenderService to new
 method scheme introduced 07.02.2021 * Issue #133 implement
 RkiBundeslaenderService.task_database_drop_create * Issue #134 implement
 RkiBundeslaenderService.run_update_dimension_tables_only * Issue #135
 implement RkiBundeslaenderService.run_update_fact_table_incremental_only *
 Issue #136 implement
 RkiBundeslaenderService.run_update_fact_table_initial_only * Issue #137
 implement RkiBundeslaenderService.run_update_star_schema_incremental * Issue
 #138 implement RkiBundeslaenderService.run_update_star_schema_initial * Issue
 #141 implement RkiBundeslaenderServiceUpdate.update_dimension_tables_only *
 Issue #142 implement
 RkiBundeslaenderServiceUpdate.update_fact_table_incremental_only * Issue #143
 implement RkiBundeslaenderServiceUpdate.update_fact_table_initial_only *
 Issue #144 implement
 RkiBundeslaenderServiceUpdate.update_star_schema_incremental * Issue #145
 implement RkiBundeslaenderServiceUpdate.update_star_schema_initial * Issue
 #147 refactor RkiBundeslaenderServiceUpdate.__update_who_date_reported *
 Issue #148 refactor RkiBundeslaenderServiceUpdate.__update_who_region * Issue
 #149 refactor RkiBundeslaenderServiceUpdate.__update_who_country * Issue #150
 refactor RkiBundeslaenderServiceUpdate.__update_who_global_data * Issue #151
 refactor RkiBundeslaenderServiceUpdate.__update_who_global_data_short * Issue
 #152 refactor RkiBundeslaenderServiceUpdate.__update_who_global_data_initial
 * Issue #153 refactor RkiBundeslaenderServiceUpdate.update_db * Issue #154
 refactor RkiBundeslaenderServiceUpdate.update_db_short * Issue #155 refactor
 RkiBundeslaenderServiceUpdate.update_db_initial *
 ------------------------------------- * Issue #156 run_web.sh * Issue #157
 run_worker.sh

---
 .../fragment_admin_navbar_dropdown.html       |  1 +
 .../fragments/fragment_admin_navtabs.html     |  1 +
 .../continent/europe_continent_all.html       |  1 +
 .../continent/europe_continent_germany.html   |  1 +
 .../continent/europe_continent_one.html       |  1 +
 .../europe/country/europe_country_all.html    |  1 +
 .../country/europe_country_germany.html       |  1 +
 .../europe/country/europe_country_one.html    |  1 +
 .../europe_date_reported_all.html             |  1 +
 .../europe_date_reported_one.html             |  1 +
 ...europe_date_reported_one_cases_weekly.html |  1 +
 ...urope_date_reported_one_deaths_weekly.html |  1 +
 ...e_date_reported_one_notification_rate.html |  1 +
 .../europe/templates/europe/europe_data.html  |  1 +
 .../templates/europe/europe_imported.html     |  1 +
 .../europe/templates/europe/europe_info.html  |  1 +
 .../europe/templates/europe/europe_tasks.html |  1 +
 .../fragment_europe_navbar_dropdown.html      |  1 +
 .../fragments/fragment_europe_navtabs.html    |  1 +
 .../fragment_europe_table_continent.html      |  1 +
 .../fragment_europe_table_country.html        |  1 +
 .../fragments/fragment_europe_table_data.html |  1 +
 .../fragment_europe_table_date_reported.html  | 28 +------------------
 .../rki/fragment_rki_navbar_dropdown.html     |  1 +
 .../templates/rki/fragment_rki_navtabs.html   |  1 +
 .../rki/rki_bundeslaender_imported.html       |  1 +
 .../rki/templates/rki/rki_info.html           |  1 +
 .../rki/rki_landkreise_imported.html          |  1 +
 .../rki/templates/rki/rki_tasks.html          |  1 +
 .../fragment_vaccination_navbar_dropdown.html |  1 +
 .../fragment_vaccination_navtabs.html         |  1 +
 ...nt_vaccination_timeline_germany_table.html |  1 +
 .../vaccination/vaccination_data.html         |  2 +-
 .../vaccination/vaccination_import.html       |  2 +-
 .../vaccination/vaccination_info.html         |  2 +-
 .../vaccination/vaccination_tasks.html        |  2 +-
 .../who/country/who_country_all.html          |  1 +
 .../who/country/who_country_germany.html      |  1 +
 .../who/country/who_country_one.html          |  1 +
 .../who_country_one_cases_cumulative.html     |  1 +
 .../country/who_country_one_cases_new.html    |  1 +
 .../who_country_one_deaths_cumulative.html    |  1 +
 .../country/who_country_one_deaths_new.html   |  1 +
 .../date_reported/who_date_reported_all.html  |  1 +
 .../date_reported/who_date_reported_one.html  |  1 +
 ...ho_date_reported_one_cases_cumulative.html |  1 +
 .../who_date_reported_one_cases_new.html      |  1 +
 ...o_date_reported_one_deaths_cumulative.html |  1 +
 .../who_date_reported_one_deaths_new.html     |  1 +
 .../fragment_who_navbar_dropdown.html         |  1 +
 .../who/fragments/fragment_who_navtabs.html   |  1 +
 .../fragment_who_table_global_data.html       |  1 +
 ...ragment_who_table_global_data_country.html |  1 +
 ...t_who_table_global_data_date_reported.html |  1 +
 .../fragment_who_table_who_country.html       |  1 +
 .../templates/who/region/who_region_all.html  |  1 +
 .../templates/who/region/who_region_one.html  |  1 +
 .../who/templates/who/who_imported.html       |  1 +
 .../who/templates/who/who_info.html           |  1 +
 .../who/templates/who/who_tasks.html          |  2 +-
 60 files changed, 60 insertions(+), 32 deletions(-)

diff --git a/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navbar_dropdown.html b/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navbar_dropdown.html
index 178db555..cea01920 100644
--- a/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navbar_dropdown.html
+++ b/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navbar_dropdown.html
@@ -4,6 +4,7 @@
                         Admin
                     </a>
                     <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+                        <!-- TODO: change URL to for_url() -->
                         <a class="dropdown-item" href="/admin/tasks">Admin</a>
                         <div class="dropdown-divider"></div>
                         <a class="dropdown-item" href="/admin/tasks">admin tasks</a>
diff --git a/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navtabs.html b/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navtabs.html
index cffb2b06..43b16146 100644
--- a/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navtabs.html
+++ b/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navtabs.html
@@ -1,5 +1,6 @@
 
             <nav>
+                <!-- TODO: change URL to for_url() -->
                 <ul class="nav nav-tabs">
                     <li class="nav-item">
                         <a class="nav-link" href="/admin/info">admin Info</a>
diff --git a/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_all.html b/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_all.html
index 9253e824..406ca1c8 100644
--- a/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_all.html
+++ b/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_all.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_germany.html b/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_germany.html
index 9eb4e35a..b2db25d2 100644
--- a/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_germany.html
+++ b/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_germany.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_one.html b/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_one.html
index d944415b..e5632c08 100644
--- a/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_one.html
+++ b/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_one.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/europe/templates/europe/country/europe_country_all.html b/src/covid19/blueprints/europe/templates/europe/country/europe_country_all.html
index 23adee3f..89e87cf9 100644
--- a/src/covid19/blueprints/europe/templates/europe/country/europe_country_all.html
+++ b/src/covid19/blueprints/europe/templates/europe/country/europe_country_all.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/europe/templates/europe/country/europe_country_germany.html b/src/covid19/blueprints/europe/templates/europe/country/europe_country_germany.html
index fb8b7bc2..d2b848bf 100644
--- a/src/covid19/blueprints/europe/templates/europe/country/europe_country_germany.html
+++ b/src/covid19/blueprints/europe/templates/europe/country/europe_country_germany.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_navtabs %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
   {% include 'europe/fragments/fragment_europe_navtabs.html' %}
 {% endblock %}
 
diff --git a/src/covid19/blueprints/europe/templates/europe/country/europe_country_one.html b/src/covid19/blueprints/europe/templates/europe/country/europe_country_one.html
index e47d2a98..7e33717e 100644
--- a/src/covid19/blueprints/europe/templates/europe/country/europe_country_one.html
+++ b/src/covid19/blueprints/europe/templates/europe/country/europe_country_one.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_navtabs %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
   {% include 'europe/fragments/fragment_europe_navtabs.html' %}
 {% endblock %}
 
diff --git a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_all.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_all.html
index ea45fa67..5ccca942 100644
--- a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_all.html
+++ b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_all.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one.html
index b40f27e3..255f43ae 100644
--- a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one.html
+++ b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 {% endblock %}
 
 {% block navigation_navtabs %}
diff --git a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_cases_weekly.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_cases_weekly.html
index e51d5c51..351ee3a1 100644
--- a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_cases_weekly.html
+++ b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_cases_weekly.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 {% endblock %}
 
 {% block navigation_navtabs %}
diff --git a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_deaths_weekly.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_deaths_weekly.html
index 55dd0fdb..326dc849 100644
--- a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_deaths_weekly.html
+++ b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_deaths_weekly.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 {% endblock %}
 
 {% block navigation_navtabs %}
diff --git a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_notification_rate.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_notification_rate.html
index 579a03fa..46731348 100644
--- a/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_notification_rate.html
+++ b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_notification_rate.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 {% endblock %}
 
 {% block navigation_navtabs %}
diff --git a/src/covid19/blueprints/europe/templates/europe/europe_data.html b/src/covid19/blueprints/europe/templates/europe/europe_data.html
index c45e9391..bde3d73c 100644
--- a/src/covid19/blueprints/europe/templates/europe/europe_data.html
+++ b/src/covid19/blueprints/europe/templates/europe/europe_data.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/europe/templates/europe/europe_imported.html b/src/covid19/blueprints/europe/templates/europe/europe_imported.html
index 4b0abaa1..9b1760f0 100644
--- a/src/covid19/blueprints/europe/templates/europe/europe_imported.html
+++ b/src/covid19/blueprints/europe/templates/europe/europe_imported.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/europe/templates/europe/europe_info.html b/src/covid19/blueprints/europe/templates/europe/europe_info.html
index 34445d4a..6fdc4243 100644
--- a/src/covid19/blueprints/europe/templates/europe/europe_info.html
+++ b/src/covid19/blueprints/europe/templates/europe/europe_info.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/europe/templates/europe/europe_tasks.html b/src/covid19/blueprints/europe/templates/europe/europe_tasks.html
index 6393337b..e9c3a216 100644
--- a/src/covid19/blueprints/europe/templates/europe/europe_tasks.html
+++ b/src/covid19/blueprints/europe/templates/europe/europe_tasks.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navbar_dropdown.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navbar_dropdown.html
index 8853a9b3..e58db870 100644
--- a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navbar_dropdown.html
+++ b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navbar_dropdown.html
@@ -4,6 +4,7 @@
                         Europe
                     </a>
                     <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+                        <!-- TODO: change URL to for_url() -->
                         <a class="dropdown-item" href="/europe/date_reported/all">Europe</a>
                         <div class="dropdown-divider"></div>
                         <a class="dropdown-item" href="/europe/country/germany">Europe Germany</a>
diff --git a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navtabs.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navtabs.html
index 25be0356..c1127d6a 100644
--- a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navtabs.html
+++ b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navtabs.html
@@ -1,5 +1,6 @@
             <nav>
                 <ul class="nav nav-tabs">
+                    <!-- TODO: change URL to for_url() -->
                     <li class="nav-item">
                         <a class="nav-link" href="/europe/info">Europe Info</a>
                     </li>
diff --git a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_continent.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_continent.html
index 5e0775ea..2d3f3ff8 100644
--- a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_continent.html
+++ b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_continent.html
@@ -8,6 +8,7 @@
         {% for europe_continent in page_data.items %}
             <tr>
                 <td>
+                    <!-- TODO: change URL to for_url() -->
                     <a href="/europe/continent/{{ europe_continent.id }}">
                         {{ europe_continent.continent_exp }}
                     </a>
diff --git a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_country.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_country.html
index 8fdd45cf..dea70ea6 100644
--- a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_country.html
+++ b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_country.html
@@ -12,6 +12,7 @@
         <tbody>
         {% for europe_country in page_data.items %}
             <tr>
+                <!-- TODO: change URL to for_url() -->
                 <td>
                     <a href="/europe/country/{{ europe_country.id }}">
                         {{ europe_country.countries_and_territories }}
diff --git a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html
index 787453aa..fe3f9e44 100644
--- a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html
+++ b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html
@@ -1,6 +1,7 @@
     <table class="table table-hover table-striped table-dark">
         <thead class="table-secondary">
             <tr>
+                <!-- TODO: change URL to for_url() -->
                 <th scope="col">
                     <a href="/europe/date_reported/all">date rep</a>
                 </th>
diff --git a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_date_reported.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_date_reported.html
index 365eeb38..7ea7cb14 100644
--- a/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_date_reported.html
+++ b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_date_reported.html
@@ -1,30 +1,3 @@
-    <!--
-    <table class="table table-hover table-striped table-dark">
-        <thead class="table-secondary">
-            <tr>
-                <th scope="col">date reported</th>
-                <th scope="col">year week</th>
-            </tr>
-        </thead>
-        <tbody>
-        {% for europe_date_reported in page_data.items %}
-            <tr>
-                <td>
-                    <a href="/europe/date_reported/{{ europe_date_reported.id }}">
-                        {{ europe_date_reported.get_name_for_datum()  }}
-                    </a>
-                </td>
-                <td>
-                    <a href="/europe/date_reported/{{ europe_date_reported.id }}">
-                        {{ europe_date_reported.year_week }}
-                    </a>
-                </td>
-            </tr>
-        {% endfor %}
-        </tbody>
-    </table>
-    -->
-
     <table class="table table-hover table-striped table-dark">
         <thead class="table-secondary">
             <tr>
@@ -37,6 +10,7 @@
         <tbody>
         {% for europe_date_reported in page_data.items %}
             <tr>
+                <!-- TODO: change URL to for_url() -->
                 <td class="text-right">
                     {{ europe_date_reported.get_name_for_weekday() }}
                 </td>
diff --git a/src/covid19/blueprints/rki/templates/rki/fragment_rki_navbar_dropdown.html b/src/covid19/blueprints/rki/templates/rki/fragment_rki_navbar_dropdown.html
index 92def6ee..76e81f79 100644
--- a/src/covid19/blueprints/rki/templates/rki/fragment_rki_navbar_dropdown.html
+++ b/src/covid19/blueprints/rki/templates/rki/fragment_rki_navbar_dropdown.html
@@ -4,6 +4,7 @@
                         RKI
                     </a>
                     <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+                        <!-- TODO: change URL to for_url() -->
                         <a class="dropdown-item" href="/rki/info">RKI</a>
                         <div class="dropdown-divider"></div>
                         <a class="dropdown-item" href="/rki/imported">RKI imported</a>
diff --git a/src/covid19/blueprints/rki/templates/rki/fragment_rki_navtabs.html b/src/covid19/blueprints/rki/templates/rki/fragment_rki_navtabs.html
index b5fb4238..3d5622ca 100644
--- a/src/covid19/blueprints/rki/templates/rki/fragment_rki_navtabs.html
+++ b/src/covid19/blueprints/rki/templates/rki/fragment_rki_navtabs.html
@@ -1,6 +1,7 @@
             <nav>
                 <ul class="nav nav-tabs">
                     <li class="nav-item">
+                        <!-- TODO: change URL to for_url() -->
                         <a class="nav-link" href="/rki/info">RKI Info</a>
                     </li>
                     <li class="nav-item">
diff --git a/src/covid19/blueprints/rki/templates/rki/rki_bundeslaender_imported.html b/src/covid19/blueprints/rki/templates/rki/rki_bundeslaender_imported.html
index 2a8897a1..e5e18a82 100644
--- a/src/covid19/blueprints/rki/templates/rki/rki_bundeslaender_imported.html
+++ b/src/covid19/blueprints/rki/templates/rki/rki_bundeslaender_imported.html
@@ -3,6 +3,7 @@
 {% include 'common/fragment_pagination.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 
 {% endblock %}
 
diff --git a/src/covid19/blueprints/rki/templates/rki/rki_info.html b/src/covid19/blueprints/rki/templates/rki/rki_info.html
index 1706588e..26c4d85c 100644
--- a/src/covid19/blueprints/rki/templates/rki/rki_info.html
+++ b/src/covid19/blueprints/rki/templates/rki/rki_info.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 
 {% endblock %}
 
diff --git a/src/covid19/blueprints/rki/templates/rki/rki_landkreise_imported.html b/src/covid19/blueprints/rki/templates/rki/rki_landkreise_imported.html
index 2a8897a1..e5e18a82 100644
--- a/src/covid19/blueprints/rki/templates/rki/rki_landkreise_imported.html
+++ b/src/covid19/blueprints/rki/templates/rki/rki_landkreise_imported.html
@@ -3,6 +3,7 @@
 {% include 'common/fragment_pagination.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 
 {% endblock %}
 
diff --git a/src/covid19/blueprints/rki/templates/rki/rki_tasks.html b/src/covid19/blueprints/rki/templates/rki/rki_tasks.html
index 53171312..f12154d2 100644
--- a/src/covid19/blueprints/rki/templates/rki/rki_tasks.html
+++ b/src/covid19/blueprints/rki/templates/rki/rki_tasks.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 
 {% endblock %}
 
diff --git a/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navbar_dropdown.html b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navbar_dropdown.html
index 37db8a53..763da302 100644
--- a/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navbar_dropdown.html
+++ b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navbar_dropdown.html
@@ -4,6 +4,7 @@
                         Vaccination
                     </a>
                     <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+                         <!-- TODO: change URL to for_url() -->
                         <a class="dropdown-item" href="/vaccination/timeline/germany">Vaccination</a>
                         <div class="dropdown-divider"></div>
                         <a class="dropdown-item" href="/vaccination/tasks">Vaccination tasks</a>
diff --git a/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navtabs.html b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navtabs.html
index 212a6c91..48071d24 100644
--- a/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navtabs.html
+++ b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navtabs.html
@@ -1,5 +1,6 @@
             <nav>
                 <ul class="nav nav-tabs">
+                <!-- TODO: change URL to for_url() -->
                     <li class="nav-item">
                         <a class="nav-link" href="/vaccination/info">Vaccination Info</a>
                     </li>
diff --git a/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table.html b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table.html
index 783ab5e0..4354b426 100644
--- a/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table.html
+++ b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table.html
@@ -7,6 +7,7 @@
         <tbody>
         {% for vaccination_germany_timeline in page_data.items %}
             <tr>
+                <!-- TODO: change URL to for_url() -->
                 <td class="text-center table-dark" nowrap>{{ vaccination_germany_timeline.datum }}</td>
 
                 <td class="text-right table-secondary">{{ vaccination_germany_timeline.dosen_differenz_zum_vortag }}</td>
diff --git a/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_data.html b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_data.html
index 8d827f8b..562878c2 100644
--- a/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_data.html
+++ b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_data.html
@@ -3,7 +3,7 @@
 {% include 'common/fragment_pagination.html' %}
 
 {% block navigation_breadcrumb %}
-
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 {% endblock %}
 
 
diff --git a/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_import.html b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_import.html
index 8d827f8b..562878c2 100644
--- a/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_import.html
+++ b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_import.html
@@ -3,7 +3,7 @@
 {% include 'common/fragment_pagination.html' %}
 
 {% block navigation_breadcrumb %}
-
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 {% endblock %}
 
 
diff --git a/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_info.html b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_info.html
index a2dc028b..35e74778 100644
--- a/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_info.html
+++ b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_info.html
@@ -1,7 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
-
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 {% endblock %}
 
 
diff --git a/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_tasks.html b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_tasks.html
index 7dd70e8b..adfcec5f 100644
--- a/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_tasks.html
+++ b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_tasks.html
@@ -1,7 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
-
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 {% endblock %}
 
 {% block navigation_navtabs %}
diff --git a/src/covid19/blueprints/who/templates/who/country/who_country_all.html b/src/covid19/blueprints/who/templates/who/country/who_country_all.html
index 3849a1d4..c60456d6 100644
--- a/src/covid19/blueprints/who/templates/who/country/who_country_all.html
+++ b/src/covid19/blueprints/who/templates/who/country/who_country_all.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/country/who_country_germany.html b/src/covid19/blueprints/who/templates/who/country/who_country_germany.html
index cd78b05d..5cc8c5ec 100644
--- a/src/covid19/blueprints/who/templates/who/country/who_country_germany.html
+++ b/src/covid19/blueprints/who/templates/who/country/who_country_germany.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item">
diff --git a/src/covid19/blueprints/who/templates/who/country/who_country_one.html b/src/covid19/blueprints/who/templates/who/country/who_country_one.html
index ebd1f959..ee8058dd 100644
--- a/src/covid19/blueprints/who/templates/who/country/who_country_one.html
+++ b/src/covid19/blueprints/who/templates/who/country/who_country_one.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_cumulative.html b/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_cumulative.html
index 38a0e74a..dbe7156f 100644
--- a/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_cumulative.html
+++ b/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_cumulative.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_new.html b/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_new.html
index 36814ce8..bf49f754 100644
--- a/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_new.html
+++ b/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_new.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_cumulative.html b/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_cumulative.html
index 12b462c5..6283d8ac 100644
--- a/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_cumulative.html
+++ b/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_cumulative.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_new.html b/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_new.html
index 3f966551..7ef4f745 100644
--- a/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_new.html
+++ b/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_new.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_all.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_all.html
index 41b1c1f8..0989b2c5 100644
--- a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_all.html
+++ b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_all.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one.html
index cbd813b7..207ef195 100644
--- a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one.html
+++ b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one.html
@@ -5,6 +5,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_cumulative.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_cumulative.html
index ddafe9c1..cf2a69ee 100644
--- a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_cumulative.html
+++ b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_cumulative.html
@@ -5,6 +5,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_new.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_new.html
index 9b24dd54..86a57194 100644
--- a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_new.html
+++ b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_new.html
@@ -5,6 +5,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html
index ddafe9c1..cf2a69ee 100644
--- a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html
+++ b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html
@@ -5,6 +5,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_new.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_new.html
index b6f98b24..51794ed7 100644
--- a/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_new.html
+++ b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_new.html
@@ -5,6 +5,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navbar_dropdown.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navbar_dropdown.html
index b97027af..dcf72725 100644
--- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navbar_dropdown.html
+++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navbar_dropdown.html
@@ -4,6 +4,7 @@
                         WHO
                     </a>
                     <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+                    <!-- TODO: change URL to for_url() -->
                         <a class="dropdown-item" href="/who/date_reported/all">WHO</a>
                         <div class="dropdown-divider"></div>
                         <a class="dropdown-item" href="/who/germany">WHO Germany</a>
diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navtabs.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navtabs.html
index 1531100c..ed73deb8 100644
--- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navtabs.html
+++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navtabs.html
@@ -1,6 +1,7 @@
             <br/>
             <nav>
                 <ul class="nav nav-tabs">
+                    <!-- TODO: change URL to for_url() -->
                     <li class="nav-item">
                         <a class="nav-link"
                            href="/who/info">WHO Info</a>
diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html
index 92a7fcb4..46f903b9 100644
--- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html
+++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html
@@ -1,6 +1,7 @@
     <table class="table table-hover table-striped table-dark">
         <thead class="table-secondary">
             <tr>
+                <!-- TODO: change URL to for_url() -->
                 <th scope="col">
                     <a href="/who/date_reported/all">
                         date reported
diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html
index 71bb1e75..2d2cca82 100644
--- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html
+++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html
@@ -1,6 +1,7 @@
     <table class="table table-hover table-striped table-dark">
         <thead class="table-secondary">
             <tr>
+                <!-- TODO: change URL to for_url() -->
                 <th scope="col">
                     <a href="/who/date_reported/all">
                         date reported
diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html
index a7c547dc..2ae6a13e 100644
--- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html
+++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html
@@ -1,6 +1,7 @@
     <table class="table table-hover table-striped table-dark">
         <thead class="table-secondary">
             <tr>
+                <!-- TODO: change URL to for_url() -->
                 <th scope="col">
                     <a href="/who/date_reported/all">
                         date reported
diff --git a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html
index f6dc37e1..b6b96d35 100644
--- a/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html
+++ b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html
@@ -1,6 +1,7 @@
     <table class="table table-hover table-striped table-dark">
         <thead class="table-secondary">
             <tr>
+                <!-- TODO: change URL to for_url() -->
                 <th scope="col">
                     country
                 </th>
diff --git a/src/covid19/blueprints/who/templates/who/region/who_region_all.html b/src/covid19/blueprints/who/templates/who/region/who_region_all.html
index a0ae1cf9..dd9e8331 100644
--- a/src/covid19/blueprints/who/templates/who/region/who_region_all.html
+++ b/src/covid19/blueprints/who/templates/who/region/who_region_all.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/region/who_region_one.html b/src/covid19/blueprints/who/templates/who/region/who_region_one.html
index 3169d6aa..2ef5651f 100644
--- a/src/covid19/blueprints/who/templates/who/region/who_region_one.html
+++ b/src/covid19/blueprints/who/templates/who/region/who_region_one.html
@@ -3,6 +3,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
             <li class="breadcrumb-item"><a href="/">Home</a></li>
diff --git a/src/covid19/blueprints/who/templates/who/who_imported.html b/src/covid19/blueprints/who/templates/who/who_imported.html
index 1ae75342..50aba864 100644
--- a/src/covid19/blueprints/who/templates/who/who_imported.html
+++ b/src/covid19/blueprints/who/templates/who/who_imported.html
@@ -5,6 +5,7 @@
 {% block navigation_jumbotron %}{% endblock %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 
 {% endblock %}
 
diff --git a/src/covid19/blueprints/who/templates/who/who_info.html b/src/covid19/blueprints/who/templates/who/who_info.html
index 85470ad8..bd61bc3f 100644
--- a/src/covid19/blueprints/who/templates/who/who_info.html
+++ b/src/covid19/blueprints/who/templates/who/who_info.html
@@ -1,6 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 
 {% endblock %}
 
diff --git a/src/covid19/blueprints/who/templates/who/who_tasks.html b/src/covid19/blueprints/who/templates/who/who_tasks.html
index 0e4de8d5..b2e1e642 100644
--- a/src/covid19/blueprints/who/templates/who/who_tasks.html
+++ b/src/covid19/blueprints/who/templates/who/who_tasks.html
@@ -1,7 +1,7 @@
 {% extends 'common/page_layout.html' %}
 
 {% block navigation_breadcrumb %}
-
+    <!-- TODO: implement navigation_breadcrumb in .html -->
 {% endblock %}
 
 {% block navigation_navtabs %}
-- 
GitLab