{% extends "orga/base.html" %} {% load i18n %} {% block content %}
{% translate "Name" %} | {% translate "Capacity" %} | |
---|---|---|
{{ room.name }} | {% if room.capacity %}{{ room.capacity }}{% endif %} | {% include "orga/includes/order_object.html" with object=room %} |
{% translate "Please add at least one place in which sessions can take place." %} |