{load_language_text section="login"} {load_language_text section="buttons" name="button"}

{$txt.heading_login}

{if $info_message!=''} {$info_message}

{/if}
{if $account_option=='account' or $account_option=='both'}

{$txt.title_new}

{$txt.text_new}

{/if} {if $account_option=='guest' or $account_option=='both'}

{$txt.title_guest}

{$txt.text_guest}

{/if}

{$txt.title_returning}




{$txt.text_lost_password}

{if $checkout_buttons|@count gt 0}
{foreach name=cob item=cobutton from=$checkout_buttons} {if $cobutton.script}{$cobutton.script}{else} {/if} {/foreach}
{/if}