{% extends "orga/base.html" %} {% load i18n %} {% block content %}
| {% translate "Name" %} | {% translate "Capacity" %} | |
|---|---|---|
| {{ room.name }} | {% if room.capacity %}{{ room.capacity }}{% endif %} | {% if not forloop.last %} {% endif %} {% if not forloop.first %} {% endif %} |
| {% translate "Please add at least one place in which sessions can take place." %} |