{% extends 'accounts/base.html' %} {% load static %} {% block title %}Access Forbidden - {{ block.super }}{% endblock %} {% block content %}
4 0 3

Access Forbidden

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.

{% 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 %} {% endif %}
{% if not user.is_authenticated %} {% else %} {% endif %}
Why am I seeing this?

Your account doesn't have the required permissions to access this resource. Contact your administrator to request the necessary permissions.

This resource is restricted to specific user groups or roles. You may need to be added to the appropriate group to gain access.

Access to this resource may be time-restricted. Check if there are specific hours when this content is available.

This content may require a premium subscription or specific plan. Check your account status or upgrade your plan if necessary.

Your access may be restricted due to security policies, such as IP restrictions, device limitations, or security violations.
Need Help?

If you believe you should have access to this resource, please contact support with the following information:

  • The URL you were trying to access
  • What you were trying to do
  • Your username (if logged in)
  • The time this error occurred
Contact Support
{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}