{* * @Module Name: AP Page Builder * @Website: apollotheme.com - prestashop template provider * @author Apollotheme * @copyright Apollotheme * @description: ApPageBuilder is module help you can build content for your shop *} {if isset($st_att_list_groups)}
{foreach from=$st_att_list_groups key=id_attribute_group item=group} {if $group.attributes|@count && ($st_att_list_show==1 || array_sum($group.attributes_quantity))}
{$group.name} : {if ($group.group_type == 'color' && $st_att_list_color)} {foreach from=$group.attributes key=id_attribute item=group_attribute} {if $st_att_list_show==1 || $group.attributes_quantity[$id_attribute]} {/if} {/foreach} {else} {foreach from=$group.attributes key=id_attribute item=group_attribute} {if $st_att_list_show==1 || $group.attributes_quantity[$id_attribute]} {$group_attribute} {/if} {/foreach} {/if}
{/if} {/foreach}
{/if}