<#if glAcctgAndAmountPercentageList?has_content && glAccountCategories?has_content>
<#list glAccountCategories as glAccountCategory> <#assign alt_row = false> <#list glAcctgAndAmountPercentageList as glAcctgAndAmountPercentage> <#list glAccountCategories as glAccountCategory> <#assign alt_row = !alt_row>
${uiLabelMap.FormFieldTitle_organizationPartyId} ${uiLabelMap.FormFieldTitle_glAccountId} ${uiLabelMap.FormFieldTitle_accountCode} ${uiLabelMap.FormFieldTitle_accountName}${glAccountCategory.description!}
${glAcctgAndAmountPercentage.organizationPartyId} ${glAcctgAndAmountPercentage.glAccountId} ${glAcctgAndAmountPercentage.accountCode!} ${glAcctgAndAmountPercentage.accountName!} <#if (glAcctgAndAmountPercentage[glAccountCategory.glAccountCategoryId!])??> % <#else> %
<#else>