diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index 21e455db..fe0b6c55 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -32,19 +32,29 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Vous êtes {% if users.end_adhesion != None %} + un {{ users.class_name | lower}} + {% else %} + non adhérent + {% endif %} et votre connexion est {% if users.has_access %} + active. + {% else %} + désactivée. + {% endif %}