{include file="biz/biz_header.html"}
{include file="biz/biz_step_nav.html"}
{if count($error_messages) gt 0} 错误:
{foreach from=$error_messages item=msg} {$msg}
{/foreach} {else} 提交成功,请等待管理员审核
{/if}
{include file="biz/biz_footer.html"}