{strip}
{if !$wa->user()->isAuth()}
{* SOCIAL ACCOUNTS *} {include file="`$wa_parent_theme_path`/login.adapters.html" inline} {$_auth_text = "[`Log in with your customer password`]"} {$_auth_adapters = $wa->authAdapters(true)} {if !empty($_auth_adapters)} {$_auth_text = "[`Log in with your customer password or via the services listed above`]"} {/if}

{$_auth_text}

{$wa->loginForm($error)}
{else} {* AUTHORIZED *}

{sprintf("[`You are currently authorized as %s. Please verify or update your contact information using the form below. Your existing contact info will be automatically updated.`]", $wa->user('name'))}

[`If you want to place an order on behalf of another customer, log out from your current profile and proceed to checkout again.`]

{/if}
{/strip}