${category.name}
|
<#if category.productSet?exists>
<#if category.productSet?size == 1>
<#list category.productSet as product>
${product.stockQuantity}
#list>
<#else>
NA
#if>
<#else>
-
#if>
|
<#if category.productSet?exists>
<#if category.productSet?size == 1>
<#list category.productSet as product>
<#if ( product.stockQuantity > 0 )>
#if>
#list>
<#else>
NA
#if>
<#else>
-
#if>
|
#list>