X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=228ee558b4a47fe215252339b028d0a637b5694c;hb=2f89f2e81c44a63d6d90746a1f3c126603280b66;hp=4b042468789e483ecfb800628fd368c81c54dc90;hpb=dc832ad1a26a47483f8297678a9417640b7c9925;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 4b042468..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 %}