{% extends "base.html" %} {% load i18n static %} {% block content %} {{ chat_strings|json_script:"ai-chat-strings" }}

{% trans "AI Assistant" %}

{% trans "Ask a question about this website or webshop and get a quick answer." %}

{% if assistant_enabled %}
{% trans "Live chat" %}
{% endif %}
{% if not assistant_enabled %}
{% else %}

{% trans "How to use it" %}

  • {% trans "Ask one question at a time for clearer answers." %}
  • {% trans "Use clear product, content, or support terms when possible." %}
  • {% trans "Start a new chat if you want to change topic." %}

{% trans "Start a conversation" %}

{% trans "Your messages stay in this browser session so you can continue the conversation." %}

{% trans "Assistant is typing…" %}
{% csrf_token %}
{% trans "Press Enter to send, or Shift+Enter for a new line." %} 0 / 4000
{% endif %}
{% endblock %}