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

Join Requests for Room: {{ room.name }}

{% if user.is_teacher %} {% if join_requests %} {% else %}

No join requests for this room.

{% endif %} {% else %}

You are not authorized to view join requests.

{% endif %} Go Back
{% endblock %}