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

Operator Already Configured

The operator account {{ existing_operator.username }} has been created.

Next →
{% else %}

Create Operator Account

Create the initial operator account to manage Central.

{% if error %}

{{ error }}

{% endif %}
{% endif %} {% endblock %}