{%load static%}

Ositcom

Typically replies in a few minutes

Hello {{chat_room.chatroomguest.name}}, the support department is notified about your request to start a conversation. It usually takes few minutes for you to receieve a reply.

{% for message in chat_room_messages %} {% if message.member %}
{% if message.member.staffprofile.image %} {% else %}

nn

{% endif %}

{{message.content}}

{% else %}

{{message.content}}

{% endif %} {% endfor %}

nn