{% extends "base.html" %} {% block title %}Actor created - ActingWeb{% endblock %} {% block content %}

Actor created

Your actor has been created. Save the passphrase below — it is your credential and will not be shown again.

{% if trustee_root %}{% endif %}
Actor ID{{ id|default('') }}
Creator{{ creator|default('') }}
Passphrase{{ passphrase|default('') }}
Trustee root{{ trustee_root }}
{% if id %}

Go to dashboard

{% else %}

Back to start

{% endif %}
{% endblock %}