#LOOP(#Result.groups.Group)
#IF(#COUNT(#elements.GroupElement) > 0 OR #COUNT(#selectedElements.GroupElement) > 0)
#LOCAL("ShowItemCount","0")
#IF(#name EQ "Category")
{Category}
#ELSIF(#name EQ "Manufacturer")
{Manufacturer}
#ELSIF(#name[substr:0:6] EQ "PRICE_")
{Price} (#INPUT.Currency)
#ELSE
#name
#ENDIF
#INCLUDE("FactFinderASNInclude")
#ENDLOCAL
#ELSE
#ENDIF
#ENDLOOP