{extends "account/account-wrapper.tpl"} {block "title"}

{$view->getTitle()}

{/block} {block "account-content"} {$img_size = "product_gallery"} {$photo_dimensions = $cfg.Photo.types["product_gallery"].size} {if isset($cfg.Photo.types["product_cart"])} {$img_size = "product_cart"} {$photo_dimensions = $cfg.Photo.types["product_cart"].size} {/if}
{foreach $body.productsList as $product}
{block 'product-title'} {$product.title} {if $product.variationId} {$product.variationTitle} {/if}

{$product.deliveryTimeText}

{$product.price_array|format_price}
{/block}
{block "availability"}

{$product.deliveryTimeText}

{/block} {block "price-total"}
{$product.price_array|format_price}
{/block}
{/foreach}
{block "pager-watchdog"} {if $body.pager.count > 1} {include "components/pager.tpl" pager=$body.pager load_button=false} {/if} {/block} {/block}