{% extends "base_wizard.html" %} {% block title %}Central - Create Operator{% endblock %} {% block content %} {% with step=1, step_name="Create Operator" %} {% include "_wizard_header.html" %} {% endwith %}

Create Operator Account

Create the initial operator account to manage Central.

{% if error %}

{{ error }}

{% endif %}
{% endblock %}