<#if glAcctBalancesByCostCenter?has_content && glAccountCategories?has_content> <#list glAccountCategories as glAccountCategory> <#assign alt_row = false> <#list glAcctBalancesByCostCenter as glAcctBalanceByCostCenter> class="alternate-row"> <#list glAccountCategories as glAccountCategory> <#assign alt_row = !alt_row>
${uiLabelMap.FormFieldTitle_glAccountId} ${uiLabelMap.FormFieldTitle_accountCode} ${uiLabelMap.FormFieldTitle_accountName} ${uiLabelMap.FormFieldTitle_postedBalance} - (${currencyUomId})${glAccountCategory.description!} - (${currencyUomId})
${glAcctBalanceByCostCenter.glAccountId!} ${glAcctBalanceByCostCenter.accountCode!} ${glAcctBalanceByCostCenter.accountName!} ${glAcctBalanceByCostCenter.balance!}${(glAcctBalanceByCostCenter[glAccountCategory.glAccountCategoryId!]!)}
<#else>

${uiLabelMap.CommonNoRecordFound}