{{ 'booking.form.lbl.table_selection' | translate }}
@if (selectedRestaurantResources.length > 0) {
{{ 'booking.form.lbl.capacity' | translate }}
= restaurantGuestsCount">
{{ restaurantTotalCapacity }}p
{{ 'booking.form.lbl.on' | translate }} {{ restaurantGuestsCount }} {{ 'booking.form.lbl.guests_count' | translate }}
@if (restaurantTotalCapacity < restaurantGuestsCount) {
}
}
@for (table of restaurantResources; track table) {
{{ table.bkr_name }}
{{ table.bkr_capacity }}p
}
@if (!form.get('bkb_date')?.value) {
{{ 'booking.form.msg.select_date_first' | translate }}
}
@if (selectedRestaurantResources.length >= 2) {
{{ 'booking.form.hint.resource_alias' | translate }}
}
}
@if (isBeach && prezzoBase > 0) {