<{strip}> <{* 回覧詳細画面ユーザ部分テンプレート *}> <{foreach name="user_loop" item="user" from=$action.circular_users}> <{if $action.circular_info.periodClassName != CIRCULAR_PERIOD_OVER && $user.receive_user_id == $smarty.session._user_id && $smarty.session._mobile_flag == false}> <{$user.handle}> <{else}> <{$user.handle}> <{/if}> <{if $action.circular_info.periodClassName != CIRCULAR_PERIOD_OVER && $user.receive_user_id == $smarty.session._user_id && $smarty.session._mobile_flag == false}> <{if ($user.reply_flag == $smarty.const.CIRCULAR_REPLY_FLAG_UNSEEN)}> <{$lang.circular_unseen|smarty:nodefaults}> <{else}> <{$user.update_time|timezone_date_format:$lang.circular_date_format|smarty:nodefaults}> <{/if}> <{else}> <{if ($user.reply_flag == $smarty.const.CIRCULAR_REPLY_FLAG_UNSEEN)}> <{$lang.circular_unseen|smarty:nodefaults}> <{else}> <{$user.update_time|timezone_date_format:$lang.circular_date_format|smarty:nodefaults}> <{/if}> <{/if}> style="text-align:center"<{/if}>> <{if $action.circular_info.periodClassName != CIRCULAR_PERIOD_OVER && $user.receive_user_id == $smarty.session._user_id && $smarty.session._mobile_flag == false}> <{$user.reply|nl2br}>  <{else}> <{$user.reply|nl2br}> <{/if}> <{/foreach}> <{/strip}>