{% extends "base.html" %} {% block title %}Create User{% endblock %} {% block page_title %}User Management{% endblock %} {% block head %} {% endblock %} {% block content %}
Create New User
Identity
Role & Status
Employee — can submit & track own tickets.
IT Staff — can manage all tickets and KB.
Admin — full access including user management.
Password
Cancel
{% endblock %} {% block scripts %} {% endblock %}