{% extends 'base.html' %} {% load static %} {% load permission_tags %} {% block title %}Create Staff User - HAVEN GRAZURI ADVANCE{% endblock %} {% block content %}

Create Staff User

Create a new staff member with role-based permissions and access control.

Back to Staff List
{% csrf_token %}

👤 Basic Information

📷 Profile Image

Profile preview

PNG, JPG, GIF up to 5MB. Image will be resized to 300x300px.

🔒 Security

Role Permissions

Configure access permissions for this user. Default permissions are shown based on the selected role.

Cancel
{% endblock %} {% block scripts %} {% endblock %}