<#if commonVal?size!=0> <#list commonVal as row> <#list row as cell>
 ${cell}

<#list errorVal as row> <#list row as cell>
 ${cell}