{% set chatbot = get_chatbot_settings(site) %} {% if chatbot and chatbot.chatbotEnabled and chatbot.groqApiKey %} {# Chatbot Widget - AI Assistant #} {# Bouton flottant #} {# Fenêtre de chat #}

{{ chatbot.chatTitle }}

{{ chatbot.welcomeMessage|nl2br }}
L'assistant réfléchit...
{% if chatbot.showBranding %}
Powered by Groq
{% endif %}
{# JavaScript du chatbot #} {% endif %}