{if $PRODUCTS}
{$LANG.catalogue.title_saleitems}
{foreach from=$PRODUCTS item=product}
{$product.name}
{if {$product.saving}}
{$LANG.catalogue.saving} {$product.saving}
{/if}
{/foreach}
{$LANG.catalogue.all_sale_items}
{/if}