<#assign getString="com.huawei.ism.tool.devicepatch.report.FTLGetString"?new()>

${getString("report.collect.title")}

${getString("report.collect.devices.title")}

<#if isA800PatchEval> <#list summaryData as data> <#if isA800PatchEval> <#if data.isSuccess()> <#else>
${getString("report.collect.devices.parentName")} ${getString("report.collect.devices.devtype")} ${getString("report.collect.devices.devversion")} ${getString("report.collect.devices.devname")} ${getString("report.collect.devices.devip")} ${getString("report.collect.devices.devsn")} ${getString("report.collect.devices.target.version")} ${getString("report.collect.devices.devuser")} ${getString("report.collect.devices.result")}
 ${data.getA800Name()}  ${data.getDev().getDeviceType()}  ${data.getCurrentVerson()}  ${data.getDev().getDeviceName()}  ${data.getDev().getIp()}  ${data.getDev().getDeviceSerialNumber()}  ${data.getTargetVersion()}  ${data.getDev().getLoginUser().getUserName()} ${data.getResultStr()} ${data.getResultStr()}