{% extends 'base/base.html' %} {% load static %} {% block style_content %} Chat Window {% endblock %} {% block content %}
{% if request.user.ImagePath %} {% else %} {% endif %}

{{request.user}}

    {% for bot in all_bots %}
  • {{bot.botname}}

  • {% endfor %}
{% for bot in all_bots %}

{{bot.botname}}

  • Hi, good to see you here!
  • Checkout from the below available list! Thanks
  • {% for item in all_message_items %} {% if item.bot.id == bot.id %} {% if item.isbot %}
  • {{item.content | safe}}
  • {% else %}
  • {{item.content | safe}}

  • {% endif %} {% endif %} {% endfor %}
{% csrf_token %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}