{if $recent_items}
{foreach from=$recent_items item=recent_item}
{$recent_item.product_id|substr:0:15} ...
{$recent_item.title|substr:0:15} ...
{$recent_item.year}
{if $recent_item.call_for_price=="Yes"}
{$msg.product.call_for_price}
{else}
{if $recent_item.price2> 0}
{$recent_item.price2|price}
{$msg.product.sale_price}:{$recent_item.price|price}
{else}
{$msg.product.product_price}:{$recent_item.price|price}
{/if}
{/if}
{/foreach}
{/if}