<{strip}> <{section name=i loop=$action.reserve_data.$location_id.$view_date}> <{assign var="reserve" value=$action.reserve_data.$location_id.$view_date[i]|smarty:nodefaults}> <{include file="reservation_main_set_reserve_class.html" assign="reserve_class" reserve_flag=$reserve.reserve_flag bg_flag=$smarty.const._ON}> <{if ($reserve_class) }>
<{assign var="reserve_anchor" value=$lang.reservation_fmto_format|smarty:nodefaults|sprintf:$reserve.start_time_str:$reserve.end_time_str|cat:" "}> <{if ($reserve.reserve_flag == RESERVATION_MEMBERS || in_array($reserve.room_id|smarty:nodefaults, $action.room_id_arr)) }> <{if $reserve.title_icon != "" }> /images/comp/textarea/<{$reserve.title_icon}>" alt="" /> <{/if}> <{$reserve.short_title}> <{else}> <{$reserve.insert_user_name}> <{/if}>
<{else}>
 
<{/if}> <{/section}> <{/strip}>