<#assign getString = "com.huawei.ism.tool.infograb.report.FTLGetString"?new()> ${getString("infograb.host.report.title.start")}${devSNData})${getString("infograb.host.report.title.end")}

${getString("infograb.host.report.title")}



${getString("infograb.host.report.detail")}

${getString("infograb.host.report.devsn")} : ${devSNData}

${getString("infograb.host.report.devip")} : ${storageInfoData}

<#list hostInfoData["hostInfo"] as hostInfo>
${getString("infograb.host.report.title.nocheck")}
${getString("infograb.host.report.hostid")} ${getString("infograb.host.report.hostname")} ${getString("infograb.host.report.hostwwn")}
 ${hostInfo.getHostIDString()}  ${hostInfo.name}  ${hostInfo.initiatorWWN}


<#list hostInfoData["checkedHostInfo"] as hostInfo>
${getString("infograb.host.report.title.checked")}
${getString("infograb.host.report.hostid")} ${getString("infograb.host.report.hostname")} ${getString("infograb.host.report.hostwwn")} ${getString("infograb.host.report.check_result")}
 ${hostInfo.getHostIDString()}  ${hostInfo.name}  ${hostInfo.initiatorWWN}  ${hostInfo.getCheckResult4Lang()}