{_('据我国2016年11月7日全国人民代表大会常务委员会通过的《中华人民共和国网络安全法》规定,用户不提供真实身份信息的,网络运营者不得为其提供相关服务。')}
{_('为了符合国家法律法规,以及不影响您参与优惠活动,请您先实名认证。实名认证信息保密工作是统一管理,请放心填写。')}
{if get_config_item('verify_fee','api')}
{if $step gt 1 && (($type eq 1 && $is_power_personal) || ($type eq 2 && $is_power_company))}
{_('为了符合国家法律法规,以及不影响您参与优惠活动,请您先实名认证。实名认证信息保密工作是统一管理,请放心填写。')}
{if get_config_item('verify_free_times','api')}
{_('您当前账户可用免费实名认证')} {get_config_item('verify_free_times','api')-element('free_times',$row)} {_('次')},{_('超过后每次')} {'verify_fee'|get_config_item:'api'}{'suf'|currency}。
{else}
{_('实名认证需收取认证费用')}:{'verify_fee'|get_config_item:'api'}{'suf'|currency},{_('请确保账户余额足够支付')}。
{/if}
{/if}
{/if}
{if $step <= 2}
{if !empty($row.status) && $row.status eq 2}
{_('实名认证失败')}({$row.reason})
{/if}
{/if}
{include file='./auth_step.html'}
{if $step eq 1}
{include file='./auth_selecttype.html'}
{elseif $step eq 2}
{include file='./auth_form.html'}
{elseif $step eq 3}
{if $type==2 && $is_power_company == '' && has_addons('realcompany')}
{include file='./auth_realcompay.html'}
{else}
{include file='./auth_qrcode.html'}
{/if}
{elseif $step eq 4}
{include file='./auth_info.html'}
{/if}