{% if msg.is_bot %}🤖 Banshix AI{% else %}👤 You{% endif %}:
{{ msg.message }}
{{ msg.created_at|date:"d M Y H:i" }}
{% endfor %}
{% for reply in replies %}
{% if reply.is_from_admin %}👨💼 Support Team{% else %}👤 You{% endif %}:
{{ reply.message }}
{{ reply.created_at|date:"d M Y H:i" }}
{% if reply.attachment %}