{% extends "layout-unfold1.html" %} {% block unfold_main %}

User Profile

{% if messages %} {% endif %}
{% 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%}
Platform Account Type Account Delegation User hrn User Status
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.user_status }}
{%if 'Enabled' in user_status %}

Credentials

TestBed Accounts

Add Accounts

{%endif%}
{% endblock %}