diff --git a/gestion/templates/gestion/kegh.html b/gestion/templates/gestion/kegh.html
index 2842487..339a5e6 100644
--- a/gestion/templates/gestion/kegh.html
+++ b/gestion/templates/gestion/kegh.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% block entete %}
Gestion des produits
{% endblock %}
+{% block entete %}Gestion des produits{% endblock %}
{% block navbar%}
- Historique du fût
diff --git a/gestion/templates/gestion/kegs_list.html b/gestion/templates/gestion/kegs_list.html
index 7654827..2589099 100644
--- a/gestion/templates/gestion/kegs_list.html
+++ b/gestion/templates/gestion/kegs_list.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% block entete %}Gestion des produits
{% endblock %}
+{% block entete %}Gestion des produits{% endblock %}
{% block navbar%}
- Liste des fûts actifs
diff --git a/gestion/templates/gestion/manage.html b/gestion/templates/gestion/manage.html
index 815061d..dc01dba 100644
--- a/gestion/templates/gestion/manage.html
+++ b/gestion/templates/gestion/manage.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static %}
-{%block entete%}Gestion de la Coopé™
{%endblock%}
+{%block entete%}Gestion de la Coopé™{%endblock%}
{% block navbar %}
diff --git a/gestion/templates/gestion/menus_list.html b/gestion/templates/gestion/menus_list.html
index 0e319ab..230e719 100644
--- a/gestion/templates/gestion/menus_list.html
+++ b/gestion/templates/gestion/menus_list.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% block entete %}Gestion des produits
{% endblock %}
+{% block entete %}Gestion des produits{% endblock %}
{% block navbar%}
- Liste des menus
diff --git a/gestion/templates/gestion/product_profile.html b/gestion/templates/gestion/product_profile.html
index a6ba127..d10922d 100644
--- a/gestion/templates/gestion/product_profile.html
+++ b/gestion/templates/gestion/product_profile.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block entete %}Gestion des produits
{% endblock %}
+{% block entete %}Gestion des produits{% endblock %}
{% block navbar %}
- Général
diff --git a/gestion/templates/gestion/products_index.html b/gestion/templates/gestion/products_index.html
index 95d19d3..2a3ade6 100644
--- a/gestion/templates/gestion/products_index.html
+++ b/gestion/templates/gestion/products_index.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% block entete %}Gestion des produits
{% endblock %}
+{% block entete %}Gestion des produits{% endblock %}
{% block navbar%}
- Produits
diff --git a/gestion/templates/gestion/products_list.html b/gestion/templates/gestion/products_list.html
index 234cdaa..eda88c4 100644
--- a/gestion/templates/gestion/products_list.html
+++ b/gestion/templates/gestion/products_list.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% block entete %}Gestion des produits
{% endblock %}
+{% block entete %}Gestion des produits{% endblock %}
{% block navbar%}
- Liste des produits
diff --git a/gestion/templates/gestion/ranking.html b/gestion/templates/gestion/ranking.html
index e7de54b..95c5a0d 100644
--- a/gestion/templates/gestion/ranking.html
+++ b/gestion/templates/gestion/ranking.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{%load static %}
-{%block entete%}Classement
{%endblock%}
+{%block entete%}Classement{%endblock%}
{% block nav %}
- Meilleurs consommateurs (débit)
diff --git a/preferences/templates/preferences/cotisations_index.html b/preferences/templates/preferences/cotisations_index.html
index fdcecf1..eacb342 100644
--- a/preferences/templates/preferences/cotisations_index.html
+++ b/preferences/templates/preferences/cotisations_index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block entete %}Gestion des cotisations
{% endblock %}
+{% block entete %}Gestion des cotisations{% endblock %}
{% block navbar %}
- Liste des cotisations
diff --git a/preferences/templates/preferences/general_preferences.html b/preferences/templates/preferences/general_preferences.html
index 94229dd..1addb98 100644
--- a/preferences/templates/preferences/general_preferences.html
+++ b/preferences/templates/preferences/general_preferences.html
@@ -1,7 +1,5 @@
{% extends 'base.html' %}
-{% block entete %}
-Administration
-{% endblock %}
+{% block entete %}Administration{% endblock %}
{% block nav %}
- Message global
diff --git a/preferences/templates/preferences/payment_methods_index.html b/preferences/templates/preferences/payment_methods_index.html
index 00f59a3..a3f940d 100644
--- a/preferences/templates/preferences/payment_methods_index.html
+++ b/preferences/templates/preferences/payment_methods_index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block entete %}Gestion des moyens de paiement
{% endblock %}
+{% block entete %}Gestion des moyens de paiement{% endblock %}
{% block navbar %}
- Liste des moyens de paiement
diff --git a/users/templates/users/admins_index.html b/users/templates/users/admins_index.html
index d2d15d5..8dacf18 100644
--- a/users/templates/users/admins_index.html
+++ b/users/templates/users/admins_index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block entete %}Gestion des admins
{% endblock %}
+{% block entete %}Gestion des admins{% endblock %}
{% block navbar %}
- Liste des admins
diff --git a/users/templates/users/allReloads.html b/users/templates/users/allReloads.html
index 2b0895e..5b4f4de 100644
--- a/users/templates/users/allReloads.html
+++ b/users/templates/users/allReloads.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load static %}
-{% block entete %}Rechargements
{%endblock%}
+{% block entete %}Rechargements{%endblock%}
{% block navbar %}
diff --git a/users/templates/users/all_consumptions.html b/users/templates/users/all_consumptions.html
index f2aa89a..02729bd 100644
--- a/users/templates/users/all_consumptions.html
+++ b/users/templates/users/all_consumptions.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load static %}
-{% block entete %}Consommations
{%endblock%}
+{% block entete %}Consommations{%endblock%}
{% block navbar %}
diff --git a/users/templates/users/all_menus.html b/users/templates/users/all_menus.html
index d32f1a4..0e3921d 100644
--- a/users/templates/users/all_menus.html
+++ b/users/templates/users/all_menus.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load static %}
-{% block entete %}Menus
{%endblock%}
+{% block entete %}Menus{%endblock%}
{% block navbar %}
diff --git a/users/templates/users/group_profile.html b/users/templates/users/group_profile.html
index 5b09a75..3d5ebf0 100644
--- a/users/templates/users/group_profile.html
+++ b/users/templates/users/group_profile.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block entete %}Gestion des utilisateurs
{% endblock %}
+{% block entete %}Gestion des utilisateurs{% endblock %}
{% block navbar %}
- Général
diff --git a/users/templates/users/groups_index.html b/users/templates/users/groups_index.html
index 4acec92..2bc9ddb 100644
--- a/users/templates/users/groups_index.html
+++ b/users/templates/users/groups_index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block entete %}Gestion des utilisateurs
{% endblock %}
+{% block entete %}Gestion des utilisateurs{% endblock %}
{% block navbar %}
- Liste des groupes de droit
diff --git a/users/templates/users/index.html b/users/templates/users/index.html
index 05a141b..7f8c88e 100644
--- a/users/templates/users/index.html
+++ b/users/templates/users/index.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% block entete %}Gestion des utilisateurs
{% endblock %}
+{% block entete %}Gestion des utilisateurs{% endblock %}
{% block navbar%}
- Utilisateurs
diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html
index 5f931e6..d5ab3c3 100644
--- a/users/templates/users/profile.html
+++ b/users/templates/users/profile.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load static %}
-{% block entete %}{% if self %}Mon Profil
{% else %}Profil de {{user}}
{% endif %}{%endblock%}
+{% block entete %}{% if self %}Mon Profil{% else %}Profil de {{user}}{% endif %}{%endblock%}
{% block navbar %}
diff --git a/users/templates/users/schools_index.html b/users/templates/users/schools_index.html
index 62a1f3d..47c7065 100644
--- a/users/templates/users/schools_index.html
+++ b/users/templates/users/schools_index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block entete %}Gestion des écoles
{% endblock %}
+{% block entete %}Gestion des écoles{% endblock %}
{% block navbar %}
- Liste des écoles
diff --git a/users/templates/users/superusers_index.html b/users/templates/users/superusers_index.html
index 06f6058..157aebf 100644
--- a/users/templates/users/superusers_index.html
+++ b/users/templates/users/superusers_index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block entete %}Gestion des superusers
{% endblock %}
+{% block entete %}Gestion des superusers{% endblock %}
{% block navbar %}
- Liste des superusers
diff --git a/users/templates/users/users_index.html b/users/templates/users/users_index.html
index aa305d2..176ad57 100644
--- a/users/templates/users/users_index.html
+++ b/users/templates/users/users_index.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block entete %}Gestion des utilisateurs
{% endblock %}
+{% block entete %}Gestion des utilisateurs{% endblock %}
{% block navbar %}