{extend name="common/common2" /} {block name="main"}
{if $info['status']==1} {/if}
名称{$info['title']}
失败数量{$info['error']}
导入类型 {$info['type']==1?'资源列表导入':($info['type']==2?'业主列表导入':'绑定车辆列表导入')}
状态 {$info['status']==0?'正常':'已撤回'}
撤回时间{$info['withdraw_time']}
时间{$info['create_time']}
错误信息:
{if $info['msg']} {foreach $info['msg'] as $k=>$v} {/foreach}
{$v}
{/if}
{/block} {block name="script"} {/block}