diff --git a/tpl/Schedule/schedule-reservations-grid.tpl b/tpl/Schedule/schedule-reservations-grid.tpl
index 789493281..010c8525f 100644
--- a/tpl/Schedule/schedule-reservations-grid.tpl
+++ b/tpl/Schedule/schedule-reservations-grid.tpl
@@ -4,6 +4,9 @@
{/function}
{assign var=TodaysDate value=Date::Now()}
+{* Is this a view page and guests are allowed to book *}
+{assign var=GuestViewBookable value=($LoadViewOnly && $AllowGuestBooking)}
+
{foreach from=$BoundDates item=date}
{assign var=ts value=$date->Timestamp()}
{$periods.$ts = $DailyLayout->GetPeriods($date, true)}
@@ -33,7 +36,7 @@