{% for d in doctor %}
{% if not d.id == 1 and not d.id == user.id %}
{%endif%}
{% endfor %}
{%if d.user.login_status%}
{%else%}
{%endif%}
{{d.name}}
{%if d.user.login_status%}
Online
{%else%}
Offline
{%endif%}
{% comment %}
2 min
15
{% endcomment %}
chevron_left
{% if not chat_id > 0 %}
{{patient.name}}
online
Start Chat now
Please select a person to chat with.
-
{% for chat in chats %}
{% if chat.user_from == user %}
-
{{chat.message}}
-
{{chat.date_created|localtime}} {{value|localtime}}
{% else %}
-
-
{{chat.message}}
-
{{chat.date_created|localtime}} {{value|localtime}}
{% endif %}
{% endfor %}
-