<{assign var="b_product" value=$bundle[f].product}>
<{assign var="b_profile" value=$b_product->getProfile()}>
<{assign var="b_attr" value=$b_profile->getAttributeList()}>
<{assign var="b_img" value=$b_product->getImage()}>
<{if $b_img}>
}>)
<{/if}>
<{section name="j" loop=$b_attr}>
<{if $b_attr[j]->getIsVariant()}>
<{if $b_attr[j]->getDataType() == "valuelist"}>
<{assign var="values" value=$b_attr[j]->getValues()}>
<{/if}>
<{/if}>
<{/section}>
<{if !$smarty.section.f.last}>