Join Requests for Room: {{ room.name }}
{% if user.is_teacher %}
{% if join_requests %}
{% for join_request in join_requests %}
-
{{ join_request.username }} - {{ join_request.email }} - {{ join_request.date_joined }}
{% endfor %}
{% else %}
No join requests for this room.
{% endif %}
{% else %}
You are not authorized to view join requests.
{% endif %}
Go Back
{% endblock %}