Features N-Ty Question How To Call Them Properly

Hey guys,

How to call them properly in *.TPL if I unselect option: "Show this feature on product list pages along with product description."?

I used:

 {$features = $product|fn_get_product_features_list}
{foreach from=$features item="feature"}
{if $feature.description == "Brand"} 

When I unselect: Show in product list in Feature options, I will never get the value.