{capture name=wishlist} {if $wished_products} {include file="account/wishlist/wishlist_js.html"} {include file="common/products_list.html" products=$wished_products prod_from="wishlist"}
{assign var=tmp_link value=$LINKS->Account('wishlist')} {include file="_system_/button.html" js="DelProdFromWishlist(`$smarty.session.customer_info.id`, 0, '$tmp_link');" title=$LABEL.link_delete_all}
{else}

{$LABEL.lbl_empty_list}

{/if} {/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_wishlist content=$smarty.capture.wishlist}