X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=228ee558b4a47fe215252339b028d0a637b5694c;hb=634f24d89903ba91d64b28a5403ddcbc7098cf20;hp=113345261bba62875b093d5be80738989199d45d;hpb=ad35ed326deb96b25e2a2dea68ceb797b898d203;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 11334526..228ee558 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,16 +1,6 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} +{% block content %} -{% block head %} - - - - - -{% endblock %} - -{% block unfold_main %} - -

MySlice Account

{% if messages %} {% endif %} +
+

User Account

+
-
-
-
+
+ + + -
-

Platform Access

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

Credentials Delegated to Principal Account

+ + + + + + + {% for row in my_users %} + + + + + {%endfor%} +
Delegated User Credential
Expiration DateDownload
{{ row.cred_exp }} + +
+

+ + + + + + + + {% for row in my_slices %} + + + + + + {%endfor%} +
Delegated Slice Credentials
Slice NameExpiration DateDownload
{{ row.slice_name }} {{ row.cred_exp }} + +
+

+ + + + + + + + {% for row in my_auths %} + + + + + + {%endfor%} +
Delegated Authority Credentials
Authority NameExpiration DateDownload
{{ row.auth_name }} {{ row.cred_exp }} + +
+

+ {%if '' not in my_users%} +

+ {%else%} +

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