{% extends "base.html" %} {% block title %}IAToolkit{% endblock %} {% block content %}
{{ company_short_name }} - {{ external_user_id or user.email }}
Powered by IAToolkit {% if user.email %} {% endif %}
¡Hola! en que te puedo ayudar hoy?
{% set prompt_col_class = 'col-md-4' %}
{% include 'chat_modals.html' %} {% endblock %} {% block scripts %} {% endblock %}