{% extends "layout-unfold1.html" %} {% block head %} {% endblock %} {% block unfold1_main %}

Platform Access

{% for row in data %} {%endfor%}
Platform Account Type user_hrn Pub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}

MySlice Account

{% csrf_token %}
Personal Details
Email {{ person.email }}
Password ********
Enter password:
Confirm password:
Full Name {{ fullname }}
Authority {{ authority }}
Generate Keys
Public Key ********
Private Key ********

For better security we recommend that you download and delete your private key from the server. Always store your private key in a secure location.

{% endblock %}