{% load static %} Chat
{% if request.user.is_doctor %}

Patients

{% elif request.user.is_patient %}

Médecins

{% endif %}