<{strip}> <{* 回覧詳細画面 *}> <{if !empty($action.circular_info.circular_subject|smarty:nodefaults) && !empty($action.circular_info.circular_body|smarty:nodefaults)}>
<{if !empty($action.circular_info.icon_name|smarty:nodefaults)}> <{/if}> <{$action.circular_info.circular_subject}>
<{$lang.circular_from|smarty:nodefaults}> <{$action.circular_info.handle}>
<{$action.circular_info.circular_body|smarty:nodefaults|wysiwig_convert_url}>
<{if $action.circular_info.postscripts}> <{foreach from=$action.circular_info.postscripts item=postscript name="postscript"}> <{include file="circular_view_main_postscript_list.html"}> <{/foreach}> <{/if}>
<{if $action.has_create_auth && ($action.has_auth || $smarty.session._user_auth_id >= $smarty.const.CIRCULAR_ALL_VIEW_AUTH) }> <{$lang.circular_add_postscript|smarty:nodefaults}> <{/if}> <{if $action.circular_info.choices }>
<{$lang.circular_detail_choice|smarty:nodefaults}>
<{foreach from=$action.circular_info.choices|smarty:nodefaults item=choice name="choice"}>
<{$lang.circular_detail_choice_sequence|sprintf:$choice.choice_sequence|smarty:nodefaults}>
<{$choice.choice_value|nl2br}>

<{/foreach}> <{/if}>
<{if $action.pager.total_page > 1}> <{include file="circular_view_main_init_page.html"}> <{/if}>
<{include file="./circular_view_main_detail_users.html"}>
<{$lang.circular_receive_user|smarty:nodefaults}>
<{$lang.circular_reply_date|smarty:nodefaults}>
<{$lang.circular_comment|smarty:nodefaults}>
<{if $action.circular_info.period }>
class="circular_reply_period_over"<{/if}>> <{if $action.has_create_auth && ($action.has_auth || $smarty.session._user_auth_id >= $smarty.const.CIRCULAR_ALL_VIEW_AUTH) }> <{else}> <{$action.circular_info.period|smarty:nodefaults}> <{/if}>
<{/if}>
<{$lang.circular_create_date|smarty:nodefaults}> <{$action.circular_info.insert_time|timezone_date_format:$lang.circular_date_format|smarty:nodefaults}>
<{if $action.has_create_auth && ($action.has_auth || $smarty.session._user_auth_id >= $smarty.const.CIRCULAR_ALL_VIEW_AUTH) }> <{/if}>
<{else}>
<{$lang.circular_none_post|smarty:nodefaults}>
<{/if}> <{include file="../circular_script.html"}> <{if $action.circular_info.period && $action.has_create_auth && ($action.has_auth || $smarty.session._user_auth_id >= $smarty.const.CIRCULAR_ALL_VIEW_AUTH)}> <{/if}> <{/strip}>