{% extends "django_program/manage/base.html" %} {% block title %}Rooms{% endblock %} {% block page_title %}
Venue rooms and spaces
{% endblock %} {% block page_actions %} Add Room {% endblock %} {% block content %} {% if rooms %}| Name | Capacity | Position | Sync Status | Actions |
|---|---|---|---|---|
| {{ room.name }} | {% if room.capacity %}{{ room.capacity }}{% else %}—{% endif %} | {% if room.position is not None %}{{ room.position }}{% else %}—{% endif %} | {% if room.synced_at %} 🔒 Synced from Pretalx {% else %} Manual {% endif %} | Edit |
No rooms yet. Sync from Pretalx or create rooms manually.