{if $ppc_title}

{$ppc_title|escape:'htmlall':'UTF-8'}

{/if} {if $ppc_subtitle}
{$ppc_subtitle|escape:'htmlall':'UTF-8'}
{/if}
{if $ppc_products|count > 0}
{foreach from=$ppc_products item=product}
{if isset($product.cover.bySize.home_default.url)} {$product.name|escape:'htmlall':'UTF-8'} {elseif isset($product.cover.large.url)} {$product.name|escape:'htmlall':'UTF-8'} {/if} {if isset($product.category_name) && $product.category_name} {$product.category_name|escape:'htmlall':'UTF-8'} {/if}
{$product.name|escape:'htmlall':'UTF-8'} {if isset($product.price) && $product.price}
{$product.price} {if $ppc_price_suffix} {$ppc_price_suffix|escape:'htmlall':'UTF-8'} {/if}
{/if}
{/foreach}
{/if} {if $ppc_button_label && $ppc_button_url}
{$ppc_button_label|escape:'htmlall':'UTF-8'}
{/if}