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

<#if errorVal??> <#list errorVal as row> <#list row as cell>
 ${cell}
<#if errorValByRed??> <#list errorValByRed as row> <#list row as cell>
 ${cell}