{% extends "layouts/full_base.html" %} {% load static %} {% block title %}Access Forbidden - 403{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock %} {% block content %}

403

Access Forbidden

Sorry, you don't have permission to access this resource. This area is restricted and requires proper authorization.

What you can do:
  • Verify you're logged in with the correct account
  • Contact your administrator for access permissions
  • Go back to the previous page
  • Return to your dashboard
Your Account Information
  • Username: {{ user.username|default:"Not logged in" }}
  • User Type: {{ user.get_user_type_display|default:"Guest" }}
  • Login Status: {% if user.is_authenticated %} Authenticated {% else %} Not Authenticated {% endif %}
Need Help?

If you believe you should have access to this resource, please contact your system administrator.

Common Reasons for Access Denial
Authentication Issues
  • You're not logged in
  • Your session has expired
  • Using wrong credentials
Permission Issues
  • Insufficient user privileges
  • Account not activated
  • Resource requires higher access level
{% endblock content %} {% block extra_js %} {% endblock extra_js %}