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