<{strip}> <{* フラット表示用テンプレート *}>
<{foreach from=$action.posts item=post}> <{if $post.parent_id != "0" }>
<{else}>
<{/if}> <{include file = "bbs_mobile_subject.html" display_type="list"}> <{if ($smarty.session._smartphone_flag == _ON) }>
<{$post.body}>
<{else}> <{$post.body|smarty:nodefaults|truncate:$smarty.const.BBS_MOBILE_POST_BODY_LEN:$smarty.const._SEARCH_MORE:true|escape:"html"}> <{/if}>
<{if $post.parent_id != "0" }> <{else}>
<{/if}> <{/foreach}>
<{/strip}>