<{strip}> <{if ($action.location_count > 0) }> <{if $action_name == "reservation_view_main_reserve_switch_category" || $action_name == "reservation_view_main_reserve_add" || $action_name == "reservation_view_main_reserve_modify" || $action_name == "reservation_view_edit_import_init"}> " onclick='reservationCls["<{$id}>"].showLocation(event,$("reservation_location_select<{$id}>").value); return false;'> <{$lang._details|smarty:nodefaults}>
<{foreach name="location" key="location_id" item="location" from=$action.location_list}>
class="display-none"<{/if}>> <{$lang.reservation_time_table|smarty:nodefaults}>     <{$location.time_table_str}>   <{assign var="start_time" value=$location.start_time_str}> <{assign var="end_time" value=$location.end_time_str}> <{$lang.reservation_time_range|smarty:nodefaults|sprintf:$start_time:$end_time}> <{if ($smarty.session._timezone_offset != $location.timezone_offset) }>
<{$location.timezone_string}>
<{/if}>
<{/foreach}>
<{/if}> <{else}> <{$lang.reservation_select_nolocation|smarty:nodefaults}> <{/if}> <{/strip}>