{# MCP Agent Chat fragment — {% include "django_mcp/admin_chat.html" %} #} {% load django_cfg %} {% if user.is_superuser %}
Hi! I'm your MCP agent. Ask me anything about this Django project — models, users, commands, and more.
{% else %} {% include "admin/user_message.html" %} {% endif %}