{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} {default_translation_domain domain='bo.default'} {loop type="product" name="product-info" id=$product_id}

{intl l="Select the attributes values of \"%title\" that should be included in this sale operation." title={$TITLE}}

{/loop}
{loop name="product-attributes" type="attribute" product="{$product_id}"} {ifloop rel="product-attributes-av"} {/ifloop} {/loop}
{intl l="Attribute %title" title={$TITLE}}
{loop name="product-attributes-av" type="attribute_availability" attribute="{$ID}" product="{$product_id}"} {$selected = in_array($ID, $selected_attributes_av_id)}
{/loop}