@if (vm$ | async; as vm) {
{{ t('Reservations') }}
{{ vm.filterDate | date: 'EEE, MMMM d, y' }}
@for (layout of Layouts; track layout) { }
@if (vm.layout.type === ReservationLayoutType.LIST) { } @if (vm.layout.type === ReservationLayoutType.GRID) { } @if (vm.layout.type === ReservationLayoutType.CALENDER) { }
}