{% load static %} Chat Window
    {% for item in all_message_items %}
    {% if item.isbot %}
  1. {{item.content}}

  2. {% else %}
  3. {{item.content}}

  4. {% endif %}
    {% endfor %}