{{ t(reservation ? 'Update Reservation' : 'Add Reservation') }}

{{ t('Persons') }}

{{ f.noOfPersons.value }}

{{ t('Table') }}

@if (table.type === 'Table') { {{ table.name }} ( {{ table.capacity }}) } @else { {{ table.name }} ( {{ table.tableNames.join(', ') }}) } @if (index === 0 && !table.hasUnconfirmedReservation) { Recommended: } @if (table.hasUnconfirmedReservation) { Occupied: } {{ table.name }} ( {{ table.capacity }})

{{ t('Name') }}

{{ t('Phone No') }}.

{{ t('Email Address') }}

@for (customer of customers; track customer) { {{ customer.name }} {{ customer.phoneNumber }} {{ customer.email }} }

{{ t('Comment') }}