{% extends "setup/layout.html" %} {% block content %}

Step {{ current_step }} of {{ total_steps }}

Create Admin Account

This will be the first administrator for your Governor installation.

{% if errors and errors.email %}

{{ errors.email }}

{% endif %}
{% if errors and errors.password %}

{{ errors.password }}

{% endif %}
{% if errors and errors.password_confirm %}

{{ errors.password_confirm }}

{% endif %}
{% endblock %}