{% load static %}

{{user.username}}

  • Online

  • Away

  • Busy

  • Offline

    {% if users %} {% for userz in users %}
  • {{userz}}

    Online

  • {% endfor %} {% endif %}
{% block room %}

Please select a conversation on the sidebar

{% endblock room %}