{% extends 'base.html' %} {% load static %} {% block title %}Access Denied - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "components/agent_header.html" with agent_title="Access Denied" agent_subtitle="You don't have permission to access this resource" %} {% include "components/quick_agents_panel.html" %}

🛡️ 403 - Access Denied

Permission required to access this resource

🔒

You don't have the necessary permissions to access this resource. Please log in with the appropriate account or contact support for assistance.

{% if not user.is_authenticated %} 🔑 Login 📝 Register {% else %} 🏠 Go Home 🤖 Browse AI Agents {% endif %}
{% if user.is_authenticated %} {% endif %}

🆘 Need Access?

If you need access to this resource:

{% endblock %}