You don't have permission to access this resource. This could be due to insufficient privileges
or the resource being restricted to certain user groups.
Access Denied
You need appropriate permissions to view this content.
{% if user.is_authenticated %}
Current User Status
Username: {{ user.username }}
Email: {{ user.email }}
Account Type:
{% if user.is_superuser %}
Administrator
{% elif user.is_staff %}
Staff
{% else %}
Regular User
{% endif %}
Status:
{% if user.is_active %}
Active
{% else %}
Inactive
{% endif %}
{% else %}
Not Logged In
You may need to log in to access this resource.
Security Notice:
Repeated unauthorized access attempts may result in account restrictions.
Please ensure you have the proper permissions before accessing restricted resources.