{$product->name|escape:'htmlall':'UTF-8'}
{if $confirmation}{$confirmation}
{/if}
{if $have_image}
{else}
{/if}
{if count($images) > 0}
{/if}
{if count($images) > 1}{/if}

-
{if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if}
- {l s='Print'}
- {l s='View full size'} {/if}
{if $product->description_short OR $packItems|@count > 0}
{/if}
{if $HOOK_EXTRA_RIGHT}{$HOOK_EXTRA_RIGHT}{/if}
{if $product->description_short}
{/if}
{if $colors}
{$product->description_short}
{/if}
{if $product->description}
{/if}
{if $packItems|@count > 0}
{l s='Pack content'}
{foreach from=$packItems item=packItem}
{$packItem.pack_quantity} x {$packItem.name|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}
{$packItem.description_short}
{l s='Pick a color:' js=1}
-
{foreach from=$colors key='id_attribute' item='color'}
- {if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}
{/if}
{/foreach}
