{strip}>
<{assign var="current_date" value=$smarty.session.calendar_mobile.current_date}>
<{include file="calendar_mobile_init_header.html"}>
<{$lang.calendar_alt_prev_day|smarty:nodefaults}>
<{$action.date_string|smarty:nodefaults}>
<{$lang.calendar_alt_next_day|smarty:nodefaults}>
<{if ($action.plan_data.$current_date) }>
<{assign var="plan_data" value=$action.plan_data.$current_date}>
<{section name=i loop=$plan_data}>
<{if ($plan_data[i].allday_flag != _ON || $plan_data[i].timezone_offset != $smarty.session._timezone_offset) }>
<{$lang.calendar_mobile_time_format|smarty:nodefaults|sprintf:$plan_data[i].start_time_str:$plan_data[i].end_time_str}>
<{/if}>
<{assign var="plan_color" value=""}>
<{if ($plan_data[i].plan_flag == CALENDAR_PLAN_PUBLIC) }>
<{assign var="plan_color" value=$smarty.const.CALENDAR_MOBILE_PLAN_PUBLIC}>
<{elseif ($plan_data[i].plan_flag == CALENDAR_PLAN_MEMBERS ) }>
<{assign var="plan_color" value=$smarty.const.CALENDAR_MOBILE_PLAN_MEMBERS}>
<{elseif ($plan_data[i].plan_flag == CALENDAR_PLAN_GROUP) }>
<{assign var="plan_color" value=$smarty.const.CALENDAR_MOBILE_PLAN_GROUP}>
<{elseif ($plan_data[i].plan_flag == CALENDAR_PLAN_PRIVATE) }>
<{assign var="plan_color" value=$smarty.const.CALENDAR_MOBILE_PLAN_PRIVATE}>
<{/if}>
<{$lang.calendar_mobile_plan_mark|smarty:nodefaults}>
<{if $plan_data[i].title_icon != "" && $action.html_flag == _ON}>
/images/comp/textarea/<{$plan_data[i].title_icon}>" />
<{/if}>
<{$plan_data[i].title|smarty:nodefaults|truncate:$smarty.const.CALENDAR_MOBILE_DAILY_STRLEN:$smarty.const._SEARCH_MORE:true|escape:"html"}>
<{/section}>
<{else}>
<{$lang.calendar_noplan|smarty:nodefaults}>
<{/if}>
<{include file="calendar_mobile_init_footer.html"}>
<{/strip}>