{* ========================================================================== product_info_property_template_dropdowns.html - remove .form-horizontal class from fieldset - remove grid classes and divs - add .form-group-big-select class ========================================================================== *} {block name="product_info_property_template_dropdowns"} {if $content_data.PROPERTIES_DATA}
{block name="product_info_property_template_dropdowns_list"} {foreach item=prop_item_array from=$content_data.PROPERTIES_DATA} {block name="product_info_property_template_dropdowns_item"} {/block} {/foreach} {/block}
{block name="product_info_property_template_dropdowns_properties_image"}
{$content_data.PROPERTIES_IMAGE}
{/block}
{/if} {/block}