{literal} {/literal}

{$msg.wishlist.pageHeader}

{if $wishlist_messgae != ""}
{if $display_mode == "updated_wishlist"} {$wishlist_messgae|htmlspecialchars} {else} {$wishlist_messgae|htmlspecialchars}

Back to View all Lists {/if}
{/if} {if $display_mode == "select_wishlist"}

{$msg.wishlist.selectWishlist}

{foreach from=$wish_lists item="wish_list"} {/foreach}
    {$wish_list.name}
{/if} {if $display_mode == "addnew_wishlist"}
  Create a Favorite List and your item will be added to it.
  {$msg.wishlist.name}   {button class="button-add-wishlist" text=$msg.buttons.buttonAddWishlist file=$smarty.template}
{/if} {if $display_mode == "user_error"}

{$msg.wishlist.userError}

{/if}
{include file="templates/pages/account/elements/element-user-tools.html"}