This solution works well also in Prestashop 8.
{assign var="features" value=Product::getFrontFeaturesStatic(Context::getContext()->language->id, $product.id_product)}
{foreach $features as $feature}
<div>{$feature.name}: {$feature.value|escape:'htmlall':'UTF-8'}</div
{/foreach}