<{strip}> <{* 記事本文画面用テンプレート *}> <{assign var="post" value="`$action.post`"}> <{include file = "bbs_mobile_subject.html"}>
<{if ($action.html_flag == _ON) }> <{$lang._mobile_view_text|smarty:nodefaults}> <{else}> <{$lang._mobile_view_html|smarty:nodefaults}> <{/if}>

<{if ($action.html_flag == _ON) }> <{$action.post.body|smarty:nodefaults}> <{else}> <{$action.post.body|html_to_text|smarty:nodefaults|nl2br}> <{/if}> <{if ($action.post.edit_authority || $action.post.reply_authority) }>

<{if ($action.post.edit_authority) }> <{$lang.bbs_edit_post|smarty:nodefaults}> <{$lang._mobile_separator|smarty:nodefaults}> <{$lang.bbs_delete_post|smarty:nodefaults}> <{if ($action.post.reply_authority) }> <{$lang._mobile_separator|smarty:nodefaults}> <{/if}> <{/if}> <{if ($action.post.reply_authority) }> <{$lang.bbs_reply|smarty:nodefaults}> <{/if}>

<{/if}> <{if ($action.post.vote_authority) }> <{if (!$action.post.edit_authority) }>
<{/if}>
<{$token_form|smarty:nodefaults}> <{$session_form|smarty:nodefaults}>
<{/if}>
<{if ($action.bbs.display == BBS_DISPLAY_TOPIC_VALUE || $action.bbs.display == BBS_DISPLAY_OLD_VALUE) }> <{assign var="prev_action" value="bbs_view_main_post_list&bbs_id=`$action.post.bbs_id`&post_id=`$action.post.post_id`"}> <{else}> <{assign var="prev_action" value="bbs_view_main_init"}> <{/if}> <{$lang._btn_prev_arrow|smarty:nodefaults}>
<{/strip}>