diff --git a/jm2l/templates/Profil/Profil.mako b/jm2l/templates/Profil/Profil.mako index 0da19e1..ace6ab1 100644 --- a/jm2l/templates/Profil/Profil.mako +++ b/jm2l/templates/Profil/Profil.mako @@ -4,15 +4,21 @@ ##
% if uprofil!=request.user and request.user.uid==1: - + % else: % endif
+ % if uprofil!=request.user and request.user.Staff==1: + Se connecter "en tant que" ${uprofil.nom} ${uprofil.prenom} - + Son profil public
+ % else: Mon lien de connection - Mon profil public
+ % endif +

${profil_form.prenom.data} ${profil_form.nom.data}

<% DicFormA = { @@ -69,10 +75,14 @@ DicForm2 = {
SSID
Unice-HotSpot
-
Votre utilisateur:
+ +
Vos identifiants:
+
Nous n'avons pas encore l'information
Plus de détails ...
@@ -158,7 +168,9 @@ ${helpers.DisplayRespForm(profil_form, DicFormB)} - Je fais partie de ... + % if uprofil==request.user: + Je fais partie de ... + % endif @@ -167,7 +179,14 @@ ${helpers.DisplayRespForm(profil_form, DicFormB)}
+ % if uprofil!=request.user and request.user.Staff==1: + En tant que Staff des JM2L,
+ Je me connecte "en tant que"
+ ${uprofil.nom} ${uprofil.prenom}
+ pour modifier sa fiche ... + % else: + % endif