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

MySlice Account

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

Tradeoff: Ease-of-use vs Security.
Ease-of-use: Automatic account delegation. Don't delete private key.
Security: Manual account delegation. Download & Delete private key.

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