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 ddb7bc1b5ad7f8c9e49033c7dc965d17ae25e20d..cd78b05d6ab5c7f468b3ef17847f57be88da5240 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
@@ -5,9 +5,17 @@
 {% block navigation_breadcrumb %}
     <nav aria-label="breadcrumb">
         <ol class="breadcrumb">
-            <li class="breadcrumb-item"><a href="/">Home</a></li>
-            <li class="breadcrumb-item"><a href="/who/region/all">Regions</a></li>
-            <li class="breadcrumb-item active" aria-current="page">Countries</li>
+            <li class="breadcrumb-item">
+                <a href="/">Home</a>
+            </li>
+            <li class="breadcrumb-item">
+                <a href="/who/region/all">
+                    Regions
+                </a>
+            </li>
+            <li class="breadcrumb-item active" aria-current="page">
+                Countries
+            </li>
         </ol>
     </nav>
 {% endblock %}
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 d2bdecfa62b9775415734f444d4bbfe7c88bd353..92a7fcb403864c27ff99058e2f155e7e0ad1f301 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
@@ -2,20 +2,36 @@
         <thead class="table-secondary">
             <tr>
                 <th scope="col">
-                    <a href="/who/date_reported/all">date reported</a>
+                    <a href="/who/date_reported/all">
+                        date reported
+                    </a>
+                </th>
+                <th scope="col">
+                    deaths new
+                </th>
+                <th scope="col">
+                    cases new
+                </th>
+                <th scope="col">
+                    deaths cumulative
+                </th>
+                <th scope="col">
+                    cases cumulative
                 </th>
-                <th scope="col">deaths new</th>
-                <th scope="col">cases new</th>
-                <th scope="col">deaths cumulative</th>
-                <th scope="col">cases cumulative</th>
                 <th scope="col">
-                    <a href="/who/country/all">country code</a>
+                    <a href="/who/country/all">
+                        country code
+                    </a>
                 </th>
                 <th scope="col">
-                    <a href="/who/country/all">country</a>
+                    <a href="/who/country/all">
+                        country
+                    </a>
                 </th>
                 <th scope="col">
-                    <a href="/who/region/all">region</a>
+                    <a href="/who/region/all">
+                        region
+                    </a>
                 </th>
             </tr>
         </thead>
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 e5a2eeb7af830fc2e656358528684912fc5d77ef..71bb1e75b7f01afe3eb2ef59aa4e8517e5460554 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
@@ -2,36 +2,44 @@
         <thead class="table-secondary">
             <tr>
                 <th scope="col">
-                    <a href="/who/date_reported/all">date reported</a>
+                    <a href="/who/date_reported/all">
+                        date reported
+                    </a>
                 </th>
                 <th scope="col">
                     <a href="/who/country/{{ who_country.id }}/deaths_new">
-                    deaths new
+                        deaths new
                     </a>
                 </th>
                 <th scope="col">
                     <a href="/who/country/{{ who_country.id }}/cases_new">
-                    cases new
+                        cases new
                     </a>
                 </th>
                 <th scope="col">
                     <a href="/who/country/{{ who_country.id }}/deaths_cumulative">
-                    deaths cumulative
+                        deaths cumulative
                     </a>
                 </th>
                 <th scope="col">
                     <a href="/who/country/{{ who_country.id }}/cases_cumulative">
-                    cases cumulative
+                        cases cumulative
                     </a>
                 </th>
                 <th scope="col">
-                    <a href="/who/country/all">country code</a>
+                    <a href="/who/country/all">
+                        country code
+                    </a>
                 </th>
                 <th scope="col">
-                    <a href="/who/country/all">country</a>
+                    <a href="/who/country/all">
+                        country
+                    </a>
                 </th>
                 <th scope="col">
-                    <a href="/who/region/all">region</a>
+                    <a href="/who/region/all">
+                        region
+                    </a>
                 </th>
             </tr>
         </thead>
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 e3636ec18e5373b1d9a90e0aac1e4f6763775e98..a7c547dcc6f89253037e9749cfacdc25b4da72ed 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
@@ -27,13 +27,19 @@
                     </a>
                 </th>
                 <th scope="col">
-                    <a href="/who/country/all">country code</a>
+                    <a href="/who/country/all">
+                        country code
+                    </a>
                 </th>
                 <th scope="col">
-                    <a href="/who/country/all">country</a>
+                    <a href="/who/country/all">
+                        country
+                    </a>
                 </th>
                 <th scope="col">
-                    <a href="/who/region/all">region</a>
+                    <a href="/who/region/all">
+                        region
+                    </a>
                 </th>
             </tr>
         </thead>
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 a295eabde37741f6ddae1c336c46395e930d156a..f6dc37e1040eff22b0c11da116d2715e8f30b5bf 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,8 +1,12 @@
     <table class="table table-hover table-striped table-dark">
         <thead class="table-secondary">
             <tr>
-                <th scope="col">country</th>
-                <th scope="col">country code</th>
+                <th scope="col">
+                    country
+                </th>
+                <th scope="col">
+                    country code
+                </th>
                 <th scope="col">
                     <a href="/who/region/all">region</a>
                 </th>
@@ -31,8 +35,12 @@
         </tbody>
         <tfoot class="table-secondary">
             <tr>
-                <th scope="col">country</th>
-                <th scope="col">country code</th>
+                <th scope="col">
+                    country
+                </th>
+                <th scope="col">
+                    country code
+                </th>
                 <th scope="col">
                     <a href="/who/region/all">region</a>
                 </th>