{for property in part}
{eval}
skip = (property_index == "PartID" || property_index == "ProductSubFamilyID" || property_index == "SubFamilyName" || property_index == "DivisionWebAddress");
if(!skip){
val = (part[property_index] || String.fromCharCode(160));
if(first) IXYS.Grid.colnames.push(property_index);
}
{/eval}
{if !skip}
{if property_index == "PartNumber"}{/if}
{if property_index == "Division"}{if part['DivisionWebAddress'] != ''}{else}-{/if}{/if}
${val}
{if property_index == "PartNumber" || property_index == "DivisionName"}{/if}
|
{eval}
col1 = false;
{/eval}
{/if}
{/for}
{eval}
first = false;
{/eval}
{/for}