{include file="file:$templatedir/header.html" _adminview="1" _viewmenu="admin"}
{csrf}
{if $isAdmin}{l}管理者設定{/l}{else}{l}カテゴリ管理{/l}{/if} > {l}回答テンプレート一覧{/l} > {l}回答テンプレート変更確認{/l}
{include file="file:$templatedir/left_admenu.html" }
{l}回答テンプレート変更確認{/l}
{l}以下の内容で変更します。よろしいですか?{/l}
{l}カテゴリ{/l} {foreach from=$ctnm item='_ct' name='_ct'}{$_ct.category_name|word_breaker|neo_emoji}{if ! $smarty.foreach._ct.last} > {/if}{/foreach}
{l}回答テンプレート名{/l} {$form.name|word_breaker|neo_emoji}
{l}回答テンプレート内容{/l} {if $form.rte == $smarty.const.VAL_COMMON_FLAG_ON} {$form.body|smarty:nodefaults|neo_emoji} {else} {$form.body|nl2br|word_breaker|neo_emoji} {/if}
    
{include file="file:$templatedir/footer.html"}