{% extends "django_anyllm/base.html" %}{% load i18n %} {% block title %}{{ chat.title|default:_("Chat") }}{% endblock %} {% block content %}
{% trans "Type a message below to begin chatting with the AI assistant." %}