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

Actor initialized

Your actor {{ id|default('') }} is ready.

Go to dashboard Actor root
{% endblock %}