diff --git a/apps/activity/templates/activity/activity_detail.html b/apps/activity/templates/activity/activity_detail.html
index 9cfc7640fe7bca79d71274e925ff5b28f2081bd5..c3a40891d8e5db733bb2a3755795038df15069de 100644
--- a/apps/activity/templates/activity/activity_detail.html
+++ b/apps/activity/templates/activity/activity_detail.html
@@ -6,6 +6,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
 {% load render_table from django_tables2 %}
 
 {% block content %}
+<h1 class="text-white">{{ title }}</h1>
 {% include "activity/includes/activity_info.html" %}
 
 {% if guests.data %}
diff --git a/apps/activity/templates/activity/activity_entry.html b/apps/activity/templates/activity/activity_entry.html
index b5989378daed16f2257e4f115856ce76bcefb8ff..d59a4c48166a6640a3f7aa9555813ff26a73ad23 100644
--- a/apps/activity/templates/activity/activity_entry.html
+++ b/apps/activity/templates/activity/activity_entry.html
@@ -6,6 +6,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
 {% load render_table from django_tables2 %}
 
 {% block content %}
+<h1 class="text-white">{{ title }}</h1>
 <div class="row">
     <div class="col-xl-12">
         <div class="btn-group btn-group-toggle bg-light" style="width: 100%" data-toggle="buttons">
diff --git a/apps/activity/templates/activity/activity_form.html b/apps/activity/templates/activity/activity_form.html
index 6bfd4f346a98004ed60e608eda3471ff835a06dd..c472d3cb97d2413e3482c81d4ab010a12a39b5bb 100644
--- a/apps/activity/templates/activity/activity_form.html
+++ b/apps/activity/templates/activity/activity_form.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-white mb-3">
diff --git a/apps/activity/templates/activity/activity_list.html b/apps/activity/templates/activity/activity_list.html
index 1fadd164a57b6eabc732148167d03f6333849ea9..3316d698964c9efa8aff0da6af0877be5e78ec67 100644
--- a/apps/activity/templates/activity/activity_list.html
+++ b/apps/activity/templates/activity/activity_list.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load render_table from django_tables2 %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 {% if started_activities %}
diff --git a/apps/member/templates/member/base.html b/apps/member/templates/member/base.html
index 2e3e929c42d64fa994c5ccf88376ecac98c6efcd..bb99595efd09e07baae52cea01c19f69b1e9d555 100644
--- a/apps/member/templates/member/base.html
+++ b/apps/member/templates/member/base.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n perms %}
-{% block contenttitle %}{% endblock %}
 
 {# Use a fluid-width container #}
 {% block containertype %}container-fluid{% endblock %}
diff --git a/apps/member/templates/member/club_form.html b/apps/member/templates/member/club_form.html
index bd44ff161c56de8182e0577a2dbd7c1b3a850c0b..1dc43c4f94539b0a4b0564568cad52debc6cc89f 100644
--- a/apps/member/templates/member/club_form.html
+++ b/apps/member/templates/member/club_form.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
 
 {% block profile_content %}
 <div class="card bg-light">
diff --git a/apps/member/templates/member/profile_update.html b/apps/member/templates/member/profile_update.html
index a50f4afd33e98db7410fd9be5e66f0335feface1..2f0183813b08ac1870e084800950bdef31068dcb 100644
--- a/apps/member/templates/member/profile_update.html
+++ b/apps/member/templates/member/profile_update.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
 
 {% block profile_content %}
 <div class="card bg-light">
diff --git a/apps/note/templates/note/conso_form.html b/apps/note/templates/note/conso_form.html
index 8e9073aa62c7f19af1b5a7a3524d6400264dcfc5..5a55248f71922a4169ba3c1ed2ebb06b1b48d1c7 100644
--- a/apps/note/templates/note/conso_form.html
+++ b/apps/note/templates/note/conso_form.html
@@ -2,9 +2,6 @@
 
 {% load i18n static pretty_money django_tables2 %}
 
-{# Remove page title #}
-{% block contenttitle %}{% endblock %}
-
 {# Use a fluid-width container #}
 {% block containertype %}container-fluid{% endblock %}
 
diff --git a/apps/note/templates/note/search_transactions.html b/apps/note/templates/note/search_transactions.html
index 2a952e5afb3aecfc468f59b7d19b2a30e3bf1be6..70a1261fd1786d75e096ad87f73d1393e9b23559 100644
--- a/apps/note/templates/note/search_transactions.html
+++ b/apps/note/templates/note/search_transactions.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load render_table from django_tables2 %}
 {% load crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
 
 {# Use a fluid-width container #}
 {% block containertype %}container-fluid{% endblock %}
diff --git a/apps/note/templates/note/transaction_form.html b/apps/note/templates/note/transaction_form.html
index f6e1f8c09dfb4a6c7679f5aef9b3abfc967c18af..dc75ad8600d06f0f400dac4cad592c14aa86fceb 100644
--- a/apps/note/templates/note/transaction_form.html
+++ b/apps/note/templates/note/transaction_form.html
@@ -6,6 +6,8 @@ SPDX-License-Identifier: GPL-2.0-or-later
 {% load i18n static django_tables2 perms %}
 
 {% block content %}
+<h1 class="text-white">{{ title }}</h1>
+
 {# bandeau transfert/crédit/débit/activité #}
     <div class="row">
         <div class="col-xl-12">
diff --git a/apps/note/templates/note/transactiontemplate_form.html b/apps/note/templates/note/transactiontemplate_form.html
index e4bc42a717aa6d9fa1ad79c4361030a65eafd440..ef2139e834b823125676c67edcd45f8a126e4bac 100644
--- a/apps/note/templates/note/transactiontemplate_form.html
+++ b/apps/note/templates/note/transactiontemplate_form.html
@@ -6,6 +6,7 @@
 {% load pretty_money %}
 
 {% block content %}
+<h1 class="text-white">{{ title }}</h1>
     <p>
         <a class="btn btn-default" href="{% url 'note:template_list' %}">{% trans "Buttons list" %}</a>
     </p>
diff --git a/apps/note/templates/note/transactiontemplate_list.html b/apps/note/templates/note/transactiontemplate_list.html
index 76b116e993077fdc6362cf9153e589510ab22c16..fb7c2545cd85bead1a4f43e18f8b702be44619be 100644
--- a/apps/note/templates/note/transactiontemplate_list.html
+++ b/apps/note/templates/note/transactiontemplate_list.html
@@ -3,6 +3,7 @@
 {% load i18n %}
 {% load render_table from django_tables2 %}
 {% block content %}
+<h1 class="text-white">{{ title }}</h1>
 <div class="row justify-content-center mb-4">
     <div class="col-md-10 text-center">
         {# Search field , see js #}
diff --git a/apps/permission/templates/permission/all_rights.html b/apps/permission/templates/permission/all_rights.html
index 82e383926e4a816161ce120919d7ec267cbc3fb2..9149d3265f2a6ace4de57a224de9fa3539460379 100644
--- a/apps/permission/templates/permission/all_rights.html
+++ b/apps/permission/templates/permission/all_rights.html
@@ -4,7 +4,6 @@
 {% endcomment %}
 {% load i18n %}
 {% load render_table from django_tables2 %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
     {% if user.is_authenticated %}
diff --git a/apps/treasury/templates/treasury/invoice_form.html b/apps/treasury/templates/treasury/invoice_form.html
index 294812164bb2b9213e1a669a1217b8ea20e4aa4d..fee4140dc4f0bd4d466fa90ea0f8df1d8b070255 100644
--- a/apps/treasury/templates/treasury/invoice_form.html
+++ b/apps/treasury/templates/treasury/invoice_form.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-white mb-3">
diff --git a/apps/treasury/templates/treasury/invoice_list.html b/apps/treasury/templates/treasury/invoice_list.html
index 7dba4fa88d4808e7360d34fc71c2da66b020c259..32c1b1c1034e5afc78924b90cbcc2049c21c3efb 100644
--- a/apps/treasury/templates/treasury/invoice_list.html
+++ b/apps/treasury/templates/treasury/invoice_list.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load render_table from django_tables2 %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="row">
diff --git a/apps/treasury/templates/treasury/remittance_list.html b/apps/treasury/templates/treasury/remittance_list.html
index bf25803cf5ab7328837c3a331ea7cfffe91232a2..c400f18fb5b2dcead0751c645af3ab181dec468c 100644
--- a/apps/treasury/templates/treasury/remittance_list.html
+++ b/apps/treasury/templates/treasury/remittance_list.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load render_table from django_tables2 %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="row">
diff --git a/apps/treasury/templates/treasury/sogecredit_detail.html b/apps/treasury/templates/treasury/sogecredit_detail.html
index 6d304f32a4886efc3315e39a6fca4ca04c435d42..994aca08c8a8216207ddeedcb81adde0a16b8f1e 100644
--- a/apps/treasury/templates/treasury/sogecredit_detail.html
+++ b/apps/treasury/templates/treasury/sogecredit_detail.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n pretty_money perms %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">
diff --git a/apps/treasury/templates/treasury/sogecredit_list.html b/apps/treasury/templates/treasury/sogecredit_list.html
index a33b1c0dba61de9515e00490664ef2d787aa3cdb..c3862811827c92114401f4ed9ec9da0f59feffba 100644
--- a/apps/treasury/templates/treasury/sogecredit_list.html
+++ b/apps/treasury/templates/treasury/sogecredit_list.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load render_table from django_tables2 %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="row">
diff --git a/apps/treasury/templates/treasury/specialtransactionproxy_form.html b/apps/treasury/templates/treasury/specialtransactionproxy_form.html
index 6cbbcd784b2bfa898796639bf4441f2a04886e95..5d80c904f9609b1ad24dcdb207ce705eddca3ebc 100644
--- a/apps/treasury/templates/treasury/specialtransactionproxy_form.html
+++ b/apps/treasury/templates/treasury/specialtransactionproxy_form.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-white mb-3">
diff --git a/apps/wei/templates/wei/base.html b/apps/wei/templates/wei/base.html
index db8f2c408597be230a1e27067ebe921d9ccb68b8..dd343f8e44a66c55b136c0096f576a728c014582 100644
--- a/apps/wei/templates/wei/base.html
+++ b/apps/wei/templates/wei/base.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n pretty_money perms %}
-{% block contenttitle %}{% endblock %}
 
 {# Use a fluid-width container #}
 {% block containertype %}container-fluid{% endblock %}
diff --git a/note_kfet/templates/400.html b/note_kfet/templates/400.html
index 8b96e81753c633a4877e028dd752bf9c1c23e335..89d7ba85b931b308bc6408fcfc229efda05789a8 100644
--- a/note_kfet/templates/400.html
+++ b/note_kfet/templates/400.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card text-white bg-secondary">
diff --git a/note_kfet/templates/403.html b/note_kfet/templates/403.html
index 1019904315d6bfd55a49cf3477a4e82da49ff8c2..5256e32d6c2f3d141e207e344ecfc0427cdd7cf8 100644
--- a/note_kfet/templates/403.html
+++ b/note_kfet/templates/403.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card text-white bg-secondary">
diff --git a/note_kfet/templates/404.html b/note_kfet/templates/404.html
index 435bb7ecfbe41dbfc65151ac2dae1e4baf0e57a3..03b816584d7cc80986b34d21d04e9f5cb9b22618 100644
--- a/note_kfet/templates/404.html
+++ b/note_kfet/templates/404.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card text-white bg-secondary">
diff --git a/note_kfet/templates/500.html b/note_kfet/templates/500.html
index ba4b587597142e12647d7ca8658066b0fbee304a..fb7d1c69435c8af0b00fc788266db91286da4458 100644
--- a/note_kfet/templates/500.html
+++ b/note_kfet/templates/500.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card text-white bg-secondary">
diff --git a/note_kfet/templates/base.html b/note_kfet/templates/base.html
index a784f8e6303effa4c455a068dbfa1278f8819914..df38eac9f9f847eddcea3d66eeea9168c092c9d4 100644
--- a/note_kfet/templates/base.html
+++ b/note_kfet/templates/base.html
@@ -163,7 +163,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
                 {% trans "Your e-mail address is not validated. Please check your mail inbox and click on the validation link." %}
             </div>
         {% endif %}
-        {% block contenttitle %}<h1 class="text-white">{{ title }}</h1>{% endblock %}
         <div class="alert alert-warning alert-dismissible">
             <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&#215;</button>
             Attention : la Note Kfet 2020 est en phase de beta. Des fonctionnalités pourront être rajoutées d'ici à la version
diff --git a/note_kfet/templates/base_search.html b/note_kfet/templates/base_search.html
index b9016005d47910c8a24f9536c961fce531a786b8..f526c0e16ff85baba7fa80ae5858d591ba494d59 100644
--- a/note_kfet/templates/base_search.html
+++ b/note_kfet/templates/base_search.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load render_table from django_tables2 %}
 {% load i18n perms %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">
diff --git a/note_kfet/templates/registration/logged_out.html b/note_kfet/templates/registration/logged_out.html
index 80dfc93eacd690007e337ac3bfe4df12085f72fa..b81c143ad42d549326f670e93ffe711dd175e5f4 100644
--- a/note_kfet/templates/registration/logged_out.html
+++ b/note_kfet/templates/registration/logged_out.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">
diff --git a/note_kfet/templates/registration/login.html b/note_kfet/templates/registration/login.html
index 87ccbd3ca23945440d2882a585c441bc4dba3c41..b30c9fb6c4ed416bb28b71d54ead66c62000af7c 100644
--- a/note_kfet/templates/registration/login.html
+++ b/note_kfet/templates/registration/login.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags static %}
 {% block title %}{% trans "Log in" %}{% endblock %}
-{% block contenttitle %}{% endblock %}
 
 {% block extracss %}
 <link rel="stylesheet" href="{% static "registration/css/login.css" %}">
diff --git a/note_kfet/templates/registration/password_change_done.html b/note_kfet/templates/registration/password_change_done.html
index 6e949134e3b346d8d6768baacc0e5368aefc7c59..bcc1a0fdc941d8c81a4d6c0f9adddbe282e6227e 100644
--- a/note_kfet/templates/registration/password_change_done.html
+++ b/note_kfet/templates/registration/password_change_done.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">
diff --git a/note_kfet/templates/registration/password_change_form.html b/note_kfet/templates/registration/password_change_form.html
index f594cbe119c719414d214ea0ebb99db6251f9526..45f7729f2443a4b9f32b32b41c92ce724431abcb 100644
--- a/note_kfet/templates/registration/password_change_form.html
+++ b/note_kfet/templates/registration/password_change_form.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">
diff --git a/note_kfet/templates/registration/password_reset_complete.html b/note_kfet/templates/registration/password_reset_complete.html
index 46e823f7b417fe8ff3e83ad65bdc2c125447447b..7e8dd743559e3c3ef22e074d1bdd5f80a24354fa 100644
--- a/note_kfet/templates/registration/password_reset_complete.html
+++ b/note_kfet/templates/registration/password_reset_complete.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">
diff --git a/note_kfet/templates/registration/password_reset_confirm.html b/note_kfet/templates/registration/password_reset_confirm.html
index c55d56b55f6152ec4586f1b6a064169155e7953d..e52762c95a36fc468018b83b7117c5c3374e36e0 100644
--- a/note_kfet/templates/registration/password_reset_confirm.html
+++ b/note_kfet/templates/registration/password_reset_confirm.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">
diff --git a/note_kfet/templates/registration/password_reset_done.html b/note_kfet/templates/registration/password_reset_done.html
index 56271ae0422c14cf2b2a33ccb699f866ae591426..1f22b6d655d596c532b50737ed12c1fdddff9195 100644
--- a/note_kfet/templates/registration/password_reset_done.html
+++ b/note_kfet/templates/registration/password_reset_done.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">
diff --git a/note_kfet/templates/registration/password_reset_form.html b/note_kfet/templates/registration/password_reset_form.html
index 3f2d2f0f3f615431dc509528ce188f23b151b606..639aefe23a4603a5f2a6363dd4e45b115d9cce4b 100644
--- a/note_kfet/templates/registration/password_reset_form.html
+++ b/note_kfet/templates/registration/password_reset_form.html
@@ -3,7 +3,6 @@
 SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">
diff --git a/note_kfet/templates/registration/signup.html b/note_kfet/templates/registration/signup.html
index bde985a6edb20a09a2f3c3e1f14d2ac3b78c2010..268ba7fff1f334d6bae2629c04602c2aed96432d 100644
--- a/note_kfet/templates/registration/signup.html
+++ b/note_kfet/templates/registration/signup.html
@@ -4,7 +4,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags %}
 {% block title %}{% trans "Sign up" %}{% endblock %}
-{% block contenttitle %}{% endblock %}
 
 {% block content %}
 <div class="card bg-light">