{if $rewards_header_text ne ''}
{$rewards_header_text}
{/if}
{if $thresholds}
{foreach from=$thresholds item=threshold}
{if $threshold.products}
{$threshold.amount|price} OR MORE
{foreach from=$threshold.products item="product" name="products"}
{include file="templates/pages/catalog/elements/element-product-image.html"}
{include file="templates/pages/catalog/elements/element-product-title.html"}
{include file="templates/pages/catalog/elements/element-product-price.html"}
{/foreach}
{/if}
{/foreach}
{else}
No rewards was added
{/if}