<{strip}> <{* 初期画面 *}>
<{if $action.has_create_auth}> <{$lang.circular_new|smarty:nodefaults}> <{$lang.circular_new|smarty:nodefaults}> <{/if}>
<{foreach name="type_loop" key="menu_list_type" item="item" from=$action.menu_type}> class="selected_menu"<{/if}>> <{$lang.circular_menu_list|sprintf:$item.list_name:$item.circular_count|smarty:nodefaults}> <{if !$smarty.foreach.type_loop.last}> <{$lang._separator|smarty:nodefaults}> <{/if}> <{/foreach}>

<{if $action.circular_count == 0 }> <{$lang.circular_not_found|smarty:nodefaults}> <{else}>
<{if $action.pager.total_page > 1}> <{include file="circular_view_main_init_page.html"}> <{/if}> <{if $action.circular_count > 0}> <{/if}>
<{foreach name="circular_list_loop" key="key" item="item" from=$action.circular_list}> <{/foreach}>
<{$lang.circular_subject|smarty:nodefaults}>
<{$lang.circular_status|smarty:nodefaults}>
<{$lang.circular_seen_option|smarty:nodefaults}>
<{$lang.circular_create_user|smarty:nodefaults}>
<{$lang.circular_create_date|smarty:nodefaults}>
<{if ($action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_UNSEEN || $action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_SEEN)}> <{if ($item.reply_flag == $smarty.const.CIRCULAR_REPLY_FLAG_UNSEEN)}> <{$lang.circular_unseen|smarty:nodefaults}> <{elseif ($item.reply_flag == $smarty.const.CIRCULAR_REPLY_FLAG_SEEN)}> <{$lang.circular_seen|smarty:nodefaults}> <{/if}> <{elseif ($action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_CIRCULATING || $action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_CIRCULATED || $action.list_type == $smarty.const.CIRCULAR_LIST_TYPE_ALL)}> <{if $item.seen_count == $item.total_count}> <{$lang.circular_circulated|smarty:nodefaults}> <{else}> <{$lang.circular_circulating|smarty:nodefaults}> <{/if}> <{$lang.circular_ratio|smarty:nodefaults|sprintf:$item.seen_count:$item.total_count}> <{/if}>
<{if $item.seen_option == CIRCULAR_SEEN_OPTION_REPLY}> <{$lang.circular_seen_option_reply|smarty:nodefaults}> <{elseif $item.seen_option == CIRCULAR_SEEN_OPTION_VISIT}> <{$lang.circular_seen_option_visit|smarty:nodefaults}> <{/if}>
<{$item.insert_time|timezone_date_format:$lang.circular_date_format|smarty:nodefaults}>
<{if $action.pager.total_page > 1}> <{include file="circular_view_main_init_page.html"}> <{/if}> <{if $action.circular_count > 0}> <{/if}>

<{/if}>
<{include file="../circular_script.html"}> <{/strip}>