diff --git a/templates/nav.html b/templates/nav.html
index 6a644d2..188251a 100644
--- a/templates/nav.html
+++ b/templates/nav.html
@@ -1,48 +1,49 @@
{% if request.user.is_authenticated %}
- Mon profil
+ Mon profil
{% if perms.gestion.add_consumptionhistory or perms.gestion.add_refund or perms.gestion.add_reload %}
- Transactions
+ Transactions
{% endif %}
{% if perms.auth.add_user or perms.auth.view_user or perms.auth.add_group or perms.auth.view_group or perms.users.add_school or perms.users.view_school %}
- Gestion des clients
+ Gestion des clients
{% endif %}
{% if perms.gestion.view_product or perms.gestion.add_product or perms.gestion.add_keg or perms.gestion.view_keg or perms.gestion.change_keg or perms.gestion.view_menu or perms.gestion.add_menu %}
- Gestion des produits
+ Gestion des produits
{% endif %}
- Classement
+ Classement
{% if perms.preferences.change_generalpreferences %}
- Admin
+
+ Admin
{% endif %}
{% if request.user.is_staff %}
- Comptabilité
+ Comptabilité
{% endif %}
{% if perms.preferences.view_cotisation %}
- Cotisations
+ Cotisations
{% endif %}
{% if perms.preferences.view_cotisation %}
- Moyens de paiement
+ Moyens de paiement
{% endif %}
- Deconnexion
+ Deconnexion
{% else %}
-Connexion
+ Connexion
{% endif %}