diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html
index 9628097a..3c63a6ef 100644
--- a/users/templates/users/profil.html
+++ b/users/templates/users/profil.html
@@ -26,100 +26,87 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% load bootstrap3 %}
{% load acl %}
{% load logs_extra %}
+
{% block title %}Profil{% endblock %}
-{% block content %}
+{% block content %}
-
Bienvenue {{users.name}} {{ users.surname }}
+ Bienvenue {{users.name}} {{ users.surname }}
-
- {% if solde_activated %}
-
- {% else %}
-
- {% endif %}
-
- {% if users.is_ban%}
-
-
Votre compte est banni
-
- Fin du ban : {{user.end_ban|date:"d M Y"}}
-
-
- {% elif not users.is_adherent%}
-
-
Non Connécté
+
+ {% if solde_activated %}
+
+ {% else %}
+
+ {% endif %}
+ {% if users.is_ban%}
+
+
Votre compte est banni
+
+ Fin du ban : {{user.end_ban|date:"d M Y"}}
+
+
+ {% elif not users.is_adherent%}
+
{% else %}
-
-
Connécté
-
- Fin de connexion: {{user.end_adhesion|date:"d M Y"}}
-
-
+
+
Connécté
+
+ Fin de connexion: {{user.end_adhesion|date:"d M Y"}}
+
+
{% endif %}
-
-
- {% if solde_activated %}
-
-
-
+
+ {% if solde_activated %}
+
-
- {{user.solde}}
-
+ {{user.solde}}
+
-
-
-
-
- {% endif %}
- {% if solde_activated %}
-
- {% else %}
-
- {% endif %}
-
- {% if nb_machines %}
-
-
- {{nb_machines}}
- Machines
-
-
-
- {% else %}
-
-
Aucune machine
-
-
-
- Ajouter une machine
-
+
+ {% else %}
+
+ {% endif %}
+
+ {% if nb_machines %}
+
+
+ {{nb_machines}} Machines
+
+
+
+ {% else %}
+
+ {% endif %}
- {% endif %}
-
-
-
+