{if $db_error == "" and $error == "" and $massage == ""}
「{$name|escape:"html"}」の
{elseif $massage != ""}
{$massage}
{elseif $db_error == "" and $error != ""}
{section name=err loop=$error}
{$error[err]}{if !$smarty.section.err.last}
{/if}
{/section}
{else}
{$db_error}
{/if}
{if $db_error == "" and $error == "" and $massage == ""}
{$action_name}が完了しました。
{/if}