<#assign getString = "com.huawei.ism.tool.infograb.report.FTLGetString"?new()> ${getString("infograb.report.title")}
<#list reportItems as item>
${getString("infograb.device.type")} ${getString("infograb.device.hostname")} ${getString("infograb.device.subtype")} ${getString("infograb.ip.address")} ${getString("infograb.date")} ${getString("infograb.reportlink")}
${item.devType} ${item.hostName} ${item.subType} ${item.ipAddr} ${item.grabDate} ${getString("infograb.reportview")}