{include file="admin/header.html"} {include file="admin/gnavi.html"}
{include file="admin/menu/submenu_data.html"}

{$action.title}

{if $action.namediv_name}

{$action.namediv_name} のデータ

{/if} {errorList->getMessages assign=errmsg} {if $errmsg}
    {foreach from=$errmsg item=msg}
  • {$msg|escape}
  • {/foreach}
{/if}
名称
表示順
{if $action.namediv_name} {else} {/if}
{include file="admin/footer.html"}