{% load static %}
{{user.username}}
Online
Away
Busy
Offline
{% if users %} {% for userz in users %}
{{userz}}
Online
{% endfor %} {% endif %}
Start Conversation
Settings
{% block room %}
Please select a conversation on the sidebar
{% endblock room %}