{foreach $products as $Product}
{$Product->getTitle()}
{image image=$Product->getImage() width=500}
{$Product->getDescription()}
{$Product->getPriceDisplay()->create()}
{/foreach}