{% extends "base.html" %} {% block content %}

{{ room.name }}

{% if form.errors %}

There was an issue storing the room settings, see details on form below

{% elif updated %}

Room updated successfully

{% endif %} {% if modapi_details.password %}

Room Password

This room is password protected.

{% csrf_token %}


{% endif %}

Room Occupants


{% if recordings %}

Recordings


{% endif %} {% include "jitsi/forms/room.html" with formtitle="Edit room" %} {% endblock content %}