{% extends "tasks/base.html" %} {% block title %}Add New User — Staff Panel{% endblock %} {% block topbar_title %}Add New Staff User{% endblock %} {% block content %}
← Team Access
Create Staff Account
Create a new user who can log into the staff operations panel.
{% if messages %} {% endif %}
{% csrf_token %}
Used for login and notifications.
You can change this later under Team Access → Assign Role.
Cancel
{% endblock %}