{load_language_text section="login"} {load_language_text section="buttons" name="button"} {block name="module_login"} {block name="module_login_title"}

{$txt.heading_login}

{/block} {block name="module_login_form"}
{block name="module_login_alert"} {include file="get_usermod:{$tpl_path}snippets/alert_message.html" message=$info_message type="danger"} {/block} {block name="module_login_login"}
{if $account_option=='account' or $account_option=='both'} {block name="module_login_account"}
{block name="module_login_account_title"}

{$txt.title_new}

{/block} {block name="module_login_account_text"} {$txt.text_new} {/block}
{block name="module_login_account_button"} {/block}
{/block} {/if} {if $account_option=='guest' or $account_option=='both'} {block name="module_login_guest"}
{block name="module_login_guest_title"}

{$txt.title_guest}

{/block} {block name="module_login_guest_text"} {$txt.text_guest} {/block}
{block name="module_login_guest_button"} {/block}
{/block} {/if} {block name="module_login_customer"}
{block name="module_login_customer_title"}

{$txt.title_returning}

{/block} {block name="module_login_customer_email"}
{/block} {block name="module_login_customer_password"}
{/block} {block name="module_login_customer_lost_password"} {$txt.text_lost_password} {/block}
{block name="module_login_customer_button"} {/block}
{/block}
{/block} {if $checkout_buttons|@count > 0} {block name="module_login_checkout_buttons"}
{foreach name=cob item=cobutton from=$checkout_buttons} {block name="module_login_checkout_button"} {if $cobutton.script} {$cobutton.script} {else} {/if} {/block} {/foreach}
{/block} {/if}
{/block} {/block}