{image image=$Product->getImage()}
{/if}
{if $showProductDetails}
{$Product->getTitle()}
{/if}
{if $showProductDetails && $Product->getContent()}
{$Product->getContent()}
{/if}
{$Price->getDisplayPrice()}