{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}

{#heading_create_account#}

{$FORM_ACTION}
{#text_must#}
{#title_personal#} {if $gender=='1'}
{#text_gender#}
{$INPUT_MALE} | {$INPUT_FEMALE}

{/if}
{#text_firstname#}
{$INPUT_FIRSTNAME}
{#text_lastname#}
{$INPUT_LASTNAME}
{if $birthdate=='1'}
{#text_birthdate#}
{$INPUT_DOB}
{/if}
{#text_email#}
{$INPUT_EMAIL}
{if $company=='1'}
{#title_company#}
{#text_company#}
{$INPUT_COMPANY}
{if $vat=='1'}
{#text_ustid#}
{$INPUT_VAT}
{/if}
{/if}
{#title_address#}
{#text_street#}
{$INPUT_STREET}{$INPUT_STREET_NUM}
{if $suburb=='1'}
{#text_suburb#}
{$INPUT_SUBURB}
{/if}
{#text_code_city#}
{$INPUT_CODE} {$INPUT_CITY}
{if $SELECT_COUNTRY_ENABLE != 'false'}
{#text_country#}
{$SELECT_COUNTRY}
{else} {$SELECT_COUNTRY} {/if} {if $state=='1'}
{#text_state#}
{$INPUT_STATE}
{$SELECT_COUNTRY_JS} {/if}

{#title_contact#}
{#text_tel#}
{$INPUT_TEL}
{#text_fax#}
{$INPUT_FAX}

{#title_password#}
{#text_password#}
{$INPUT_PASSWORD}
{#text_confirmation#}
{$INPUT_CONFIRMATION}
{#text_pw_secure_desc#}

{#title_newsletter#} {$INPUT_NEWSLETTER} {#receive_newsletter#}

{if $TRUSTED_DSG != 'false'}
{#title_datensg#}
{$DSG}
{$DATENSG_CHECKBOX} {#text_accept_datensg#}{$BUTTON_PRINT}


{/if}
{$BUTTON_SUBMIT}
{$FORM_END}