<?foreach($arResult["DISPLAY_PROPERTIES"] as $pid=>$arProperty):?>
if(in_array($arProperty["CODE"]), array("НЕ_НУЖНЫЙ_КОД")) continue;
<?=$arProperty["NAME"]?>:
<?if(is_array($arProperty["DISPLAY_VALUE"])):?>
<?=implode(" / ", $arProperty["DISPLAY_VALUE"]);?>
<?else:?>
<?=$arProperty["DISPLAY_VALUE"];?>
<?endif?>
<br />
<?endforeach;?>
CIBlockSection::GetNavChain