{if $AllowCreateAccount != 'No'} {if ($auth_ok == "yes" || $user_cookie) && $auth_express == "no"}
{$msg.account.welcome}, {$user_name}
{$msg.cart.view_cart}
{$msg.account.my_profile}
{$msg.account.my_orders}
{if $enable_gift_cert == 'Yes'}
{$msg.gift_certificate.checkBalanceLink}
{/if}
{$msg.account.logout}
{else}
{$msg.cart.view_cart}
{$msg.account.login}
{$msg.account.register}
{/if} {else}
{$msg.cart.view_cart}
{/if} {if $order->itemsCount> 0}
{$msg.cart.checkout}
{/if}