{% extends 'layouts/auth.html' %} {% block content %}

First Run

Create admin account

This account will manage users and signage operations.

{% if errors.get('username') %}
{{ errors.username }}
{% endif %}
{% if errors.get('email') %}
{{ errors.email }}
{% endif %}
{% if errors.get('password') %}
{{ errors.password }}
{% endif %}
{% if errors.get('confirm_password') %}
{{ errors.confirm_password }}
{% endif %}
{% endblock %}