<#ibiztemplate> PUBOBJ=Vue2.PSVue2DEFormGroupPanellVC :lg="${item.getColLG()?c}"<#if item.getColMD() != -1> :md="${item.getColMD()?c}"<#if item.getColSM() != -1> :sm="${item.getColSM()?c}"<#if item.getColXS() != -1> :xs="${item.getColXS()?c}" v-show="${ctrl.name}.fields.${item.name}.visible" style="<#if item.getColWidth() != -1>width: ${item.getColWidth()?c}px"> <#list items as rowitem> ${rowitem.code}