X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fmanageuserview.html;h=7f2e98e3149aa7f692d3db578a83be2fccd3d21f;hb=5517f40e324b591c97ab6c01a337e029444da093;hp=a877dbf58ca7c1876f1cc5a338a06e5e130d973b;hpb=894b9a1348c702630c1f11edd3364d646174b62b;p=myslice.git diff --git a/portal/templates/manageuserview.html b/portal/templates/manageuserview.html index a877dbf5..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 {{ user_email }}
Full Name + {{ fullname }} + + +
+ + + +
+ +
Authority + {{ authority }} + + +
+ + +
+ +
Generate Keys + +
Public Key + ******** + + +
+
+ + +
+
+ + +
+
+
-
- -

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 %}