{% extends 'base.html' %} {% block content %} {% load static %} {% load static %}

Room Detail

{{ room.name }}


Room Owner: Profile Picture{{room.creator.username }}

Total Joined Students: {{ room.participants.count }}

PassKey: {{ room.pass_key }}

{% endblock %}