{strip} {config_load file="lang/$language/lang_$language.conf" section="login"} {config_load file="lang/$language/lang_$language.conf" section="create_account"} {config_load file="lang/$language/lang_$language.conf" section="antispam"} {if $info_message != ''}
{$info_message|replace:'ACHTUNG:':''|replace:'FEHLER:':''}
{/if} {if $error != ''}
{$error}
{/if}

{#heading_login#}

{if $account_option=='account' or $account_option=='both'} {#title_returning#}
{$FORM_LOGIN_ACTION}
{if $ANTISPAMCODEACTIVE == 'true'} {#text_antispam#}{$ANTISPAMCODEQUESTION}
{#text_antispam_input#} {$INPUT_ANTISPAMCODE} {$ANTISPAMCODEID}
{/if} {#text_email#}
{$INPUT_MAIL}
{#text_password#}
{$INPUT_LOGIN_PASSWORD}

{$BUTTON_LOGIN}

{#text_lost_password#} {$FORM_LOGIN_END}
{/if} {if $account_option=='both' or $account_option=='guest'} {#title_guest#}

{#text_guest#}

{$BUTTON_GUEST}
{/if}
{$create_account_content} {/strip}