{#include base.html} {#room_active}active{/} {#contents}
{#if rooms.size == 0} Kein Raum vorhanden {#else}

Raum wählen

{/if}
{#for room in rooms}
{/for}
kein Raumplan vorhanden
{#if is_admin}
neuer Raum
{#include room-modal.html}{/include} {/if} {/contents} {/include}