{% load static %} {%load tz%} HealthStack
{% include 'patient_navbar.html' %}
chevron_left
User Image
{{patient.name}}
online
{% if not chat_id > 0 %}

Start Chat now

Please select a person to chat with.

{% else %}
    {% for chat in chats %} {% if chat.user_from == user %}
  • {{chat.message}}

    • {{chat.date_created|localtime}} {{value|localtime}}
  • {% else %}
  • User Image

    {{chat.message}}

    • {{chat.date_created|localtime}} {{value|localtime}}
  • {% endif %} {% endfor %}
{% endif %}