X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fmanageuserview.html;h=7f2e98e3149aa7f692d3db578a83be2fccd3d21f;hb=503c38854717cf2f728fddaf1b22ace04be8f83c;hp=74a2a0fd283d9211035ce6ff03ae5887be5166c1;hpb=8e9f1db465d5579630eb84f51e3f3dd6b2458956;p=unfold.git diff --git a/portal/templates/manageuserview.html b/portal/templates/manageuserview.html index 74a2a0fd..7f2e98e3 100644 --- a/portal/templates/manageuserview.html +++ b/portal/templates/manageuserview.html @@ -1,7 +1,12 @@ -{% extends "layout-unfold1.html" %} -{% block unfold_main %} +{% extends "layout.html" %} +{% block content %} + +
+
+

Manage Users Manage Users

+
+
-

User Profile

{% if messages %} {% endif %} +
+ +
+
+
+
+ {% csrf_token %} + + + + + + + + + + + + + + + + + + + + + + + + +
+
Platform: Myslice
+
Email {{ user_email }}
Full Name + {{ fullname }} + + +
+ + + +
+ +
Authority + {{ authority }} + + +
+ + +
+ +
Generate Keys + +
Public Key + ******** + + +
+
+ + +
+
+ + +
+
+
+
- -
-
- {% csrf_token %} - - - - - - - - - - - - - - -
-
Platform: Myslice
-
Email - {{ person.email }} - -
Password - - ******** - - - - - - - - - - - - -
Enter password:
Confirm password: - - -
-
-
Full Name - {{ fullname }} - - -
- - - -
-

+ {%else%} +

+ {%endif%} -

Account Information

-

Principal Account Account used for delegating credentials

-
-
- - - - - - - - - - {% for row in principal_acc %} - - - - - - - - - {%endfor%} -
PlatformAccount TypeAccount DelegationUser hrnUser Status
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.user_status }}
-
-
- - - -{%if 'Enabled' in user_status %} -

- -Credentials

- - - - -

- -TestBed Accounts

- - -{%endif%} - + + {% endblock %}