{if !empty($image)} {$image.description = $image.description|default:''|escape} {/if} {$image_name = "Image_"|cat:{$product_id}:"_":{$image.id}:".":{$image.ext}}
{if ($image.dimensions.width && $image.dimensions.width < $image.width) || ($image.dimensions.height && $image.dimensions.height < $image.height) } [`Full size`] {/if}
{$wa->shop->badgeHtml($product.badge)}
{strip} {/strip}

{$image.description} [`edit`]
{* dialogs section *}

[`Delete image`]

{'[`Image ā€œ%sā€ will be deleted without the ability to restore. Are you sure?`]'|sprintf:$image_name}
{$wa->csrf()} [`or`] [`cancel`]
{$placeholder = '[`add description`]'}
{$wa->csrf()} {include './include.imageUpload.html' inline}