@if (vm$ | async; as vm) {
@for (i of range(vm.coordinates.width * vm.coordinates.height); track i) {
}
@for (table of vm.tables; track table; let index = $index) {
@if (table.name && table.name.length > 0) {
{{ table.name }}
} @else {
{{ t('Table') }}
}

0/{{ table.capacity }}

}
@if (!vm.isScreenSmall) {
@if (vm.isScreenSmall) {
}