<#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?if_exists} ${glAcctBalanceByCostCenter.accountCode?if_exists} ${glAcctBalanceByCostCenter.accountName?if_exists} ${glAcctBalanceByCostCenter.balance?if_exists}${(glAcctBalanceByCostCenter[glAccountCategory.glAccountCategoryId?if_exists]?if_exists)}
<#else>

${uiLabelMap.CommonNoRecordFound}