From 88f519ba8e69b5bca855045deeb4f530484b1aa9 Mon Sep 17 00:00:00 2001 From: Tipunchetrhum Date: Thu, 29 Mar 2018 23:43:43 +0200 Subject: [PATCH] modification panel profil --- users/templates/users/profil.html | 207 +++++++++++------------------- 1 file changed, 77 insertions(+), 130 deletions(-) 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 + + {% acl_end %} + {% can_change User groups %} + + + Gérer les groupes + + {% acl_end %} + + + 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 + + {% if user_solde %} + + + Modifier le solde + + {% endif%}{% acl_else %} + {% if user_solde %} + + + 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 -
+
+ {% can_create Whitelist %} + + + Accorder un accès à titre gracieux + + {% acl_end %} +
{% if white_list %} {% include "users/aff_whitelists.html" with white_list=white_list %}