<#assign getString="com.huawei.ism.tool.bizpack.wizardparse.util.FtlGetString" ?new()>
   ${basicDeviceInfo.sn}${getString("detail.report.title")}


${getString("detail.deviceTable.title")}
${getString("device.model")} ${basicDeviceInfo.deviceModel}
${getString("device.version")} ${basicDeviceInfo.deviceVersion}
${getString("device.name")} ${basicDeviceInfo.name}
${getString("device.ip")} ${basicDeviceInfo.ip}
${getString("device.sn")} ${basicDeviceInfo.sn}
${getString("device.fru.type")} ${basicDeviceInfo.type}
ID ${basicDeviceInfo.id}
${getString("detail.evaluation.spend.time")} ${basicDeviceInfo.spendTime}


${getString("detail.evaluation.info.title")}
${getString("index.status.fail")}
${getString("index.status.optimize")}
<#list checkList as checkItem> <#if checkItem.result=="pass"> <#if checkItem.result=="not_pass"> <#if checkItem.result=="optimize"> <#if checkItem.result=="pass"> <#if checkItem.result=="not_pass"> <#if checkItem.result=="optimize">
${getString("detail.evaluation.info.table.checkitem")} ${getString("device.result")} ${getString("detail.err.msg")} ${getString("detail.err.suggestion")}
${checkItem.name}${getString("index.status.pass")} ${getString("index.status.fail")} ${getString("index.status.optimize")} ${checkItem.errorInfo} ${checkItem.repairSuggestion}