diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index 731ba560..ba45c0bd 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -49,50 +49,36 @@ non adhérent{% endif %} et votre connexion est {% if users.has_access %}

Informations détaillées

- +
+
+ + + Editer + + + + Changer le mot de passe + {% can_change User state %} -
  • - - - Changer le statut - -
  • + + + Changer le statut + {% acl_end %} {% can_change User groups %} -
  • - - - Gérer les groupes - -
  • + + + Gérer les groupes + {% acl_end %} -
  • - - - Historique - -
  • + + + Historique +
    -
    -
    -
    +
    @@ -194,23 +180,16 @@ non adhérent{% endif %} et votre connexion est {% if users.has_access %}

    Gérer le club

    -
    -

    Administrateurs du club

    + + + Gérer admin et membres + +
    +
    +

    Administrateurs du club

    @@ -259,21 +238,14 @@ non adhérent{% endif %} et votre connexion est {% if users.has_access %} Machines {{machines_list.count}} - + -
    {% if machines_list %} {% include "machines/aff_machines.html" with machines_list=machines_list %} @@ -289,37 +261,26 @@ non adhérent{% endif %} et votre connexion est {% if users.has_access %} Cotisations - +
    +
    + {% can_create Facture %} + + + Ajouter une cotisation - + + + Ajouter une cotisation par solde{% endif %}{% acl_end %} +
    -
    -
    {% if facture_list %} {% include "cotisations/aff_cotisations.html" with facture_list=facture_list %} @@ -335,23 +296,16 @@ non adhérent{% endif %} et votre connexion est {% if users.has_access %} Bannissements - +
    +
    + {% can_create Ban %} + + + Ajouter un bannissement - + {% acl_end %}
    -
    -
    {% if ban_list %} {% include "users/aff_bans.html" with ban_list=ban_list %} @@ -367,23 +321,16 @@ non adhérent{% endif %} et votre connexion est {% if users.has_access %} Accès à titre gracieux - + -
    {% if white_list %} {% include "users/aff_whitelists.html" with white_list=white_list %}