{$wa->shop->badgeHtml($product.badge)}
{if count($product.images) > 1 || (count($product.images) === 1)}
1}class="product-dialog-image" style="display: none;"{/if}>
{foreach $product.images as $image}
{$wa->shop->imgHtml($image, '400', [ 'alt' => $product.name|escape, 'id' => 'product-image-'|cat:$image.id, 'data-slide' => $image@iteration-1 ])}
{/foreach}
{else}
{$wa->shop->productImgHtml($product, '400', ['id' => 'product-image', 'alt' => $product.name|escape ])}
{/if}