{%load static%}

Hello {{chat_room.chatroomguest.name}}, thank you for contacting us. Please bear with us while we connect you with the next available agent as soon as possible.

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

nn

{% endif %}

{{message.content}}

{% else %}

{{message.content}}

{% endif %} {% endfor %}
{% csrf_token %}