<#assign getString="com.huawei.ism.tool.devicepatch.report.FTLGetString"?new()> ${getString("report.collect.title")}

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

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

<#list nodes as dev>
${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")}
 ${dev.getDeviceType()}  ${dev.getProductVersion()}  ${dev.getDeviceName()}  ${dev.getIp()}  ${dev.getDeviceSerialNumber()}  ${dev.getHotPatchVersion()}  ${dev.getLoginUser().getUserName()}