{if $product.image} {if $product.image_alt_text != ''}{$product.image_alt_text|htmlspecialchars}{else}{$product.title|htmlspecialchars}{/if} {else} {assign var="imageId" value="image-no-image-big"} {if $designImages.$imageId} {$msg.images.imageNoImageBig|htmlspecialchars} {else} {$msg.images.imageNoImageBig|htmlspecialchars} {/if} {/if}