{% extends "base.html" %} {% block title %}Chatroom{% endblock %} {% block content %}
{% if current_room %}

Room Actions

{% if user and current_room.owner_id == user.id %} {% endif %}
{% endif %}

Activities

Active Users

Inactive Users

{% endblock %}