{% extends "orga/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {% trans "Capacity" %} | |
|---|---|---|
| {{ room.name }} | {% if room.capacity %}{{ room.capacity }}{% endif %} | |
| {% trans "Please add at least one place in which talks can take place." %} |