{% extends "base.html" %} {% block content %}
{% with staff_nav_active="users" %} {% include "partials/staff_sidebar.html" %} {% endwith %}
{% set breadcrumbs = [ {"name": "Staff", "href": "/staff"}, {"name": "Users", "href": "/staff/users"}, {"name": "New"} ] %} {% include "partials/breadcrumbs.html" %}

New user

{% include "partials/flash.html" %}
2-20 characters. Letters, numbers, underscores, and dashes only.
Whether this user is a staff member and has all permissions across the site.
{% with primary_label="Create user", cancel_href="/staff/users", aria_label="Create actions" %} {% include "partials/form_actions.html" %} {% endwith %}
{% endblock %}