{load_language_text section="create_account"} {load_language_text section="checkout_payment" name="payment"} {load_language_text section="buttons" name="button"} {load_language_text section="price_offer" name="price_offer"}
{$price_offer.text_required}

{$txt.title_personal}

{$txt.text_male}
{$txt.text_female}
{if $error_gender}{$error_gender}{/if}
{if $error_first_name}{$txt.text_firstname}: {$error_first_name}{/if}
{if $error_last_name}{$txt.text_lastname}: {$error_last_name}{/if}
{if $birthdate=='1'}
{if $error_birth_day}{$txt.text_birthdate}: {$error_birth_day}{/if}
{/if}
{if $error_mail}{$txt.text_email}: {$error_mail}{/if}
{if $error_mail}{$txt.text_email_confirm}: {$error_mail}{/if}
{if $company=='1'}

{$txt.title_company}

{if $show_b2b_status == '1'}
{$txt.text_b2b_status}
{$txt.text_yes}
{$txt.text_no}
{else} {/if}
{if $error_company}{$error_company}{/if}
{if $vat=='1'}
{if $error_vat}{$error_vat|replace:"
":""}
{/if}
{/if}
{/if}

{$txt.title_address}

{if $split_street_information == '1'}
{if $error_street}{$txt.text_street_number}: {$error_street}{/if} {if $error_house_number}{$txt.text_street_number}: {$error_house_number}{/if} {else} {if $error_street}{$txt.text_street}: {$error_street}{/if} {/if}
{if $additional_address_info=='1'}
{/if} {if $suburb == '1'}
{if $error_suburb}{$txt.text_suburb}: {$error_suburb}{/if}
{/if}
{if $error_post_code or $error_city} {if $error_post_code}{$txt.text_code}: {$error_post_code}{/if} {if $error_post_code and $error_city}
{/if} {if $error_city}{$txt.text_city}: {$error_city}{/if}
{/if}
{if $state == '1'}
{if $form_data.state.type == 'selection'} {else} {/if} {if $error_state}{$txt.text_state}: {$error_state}{/if}
{/if}
{if $error_country}{$txt.text_country}: {$error_country}{/if}
{if $telephone || $fax}

{$txt.title_contact}

{if $telephone}
{if $error_tel}{$txt.text_tel}: {$error_tel}{/if}
{/if} {if $fax}
{/if}
{/if}

{$txt.title_password}

{$txt.text_password}{if $form_data.password.required == '1'}*{/if} {if $error_password}{$txt.text_password}: {$error_password}{/if}
{$txt.text_confirmation}{if $form_data.password.required == '1'}*{/if} {if $error_password2}{$txt.text_confirmation}: {$error_password2}{/if}
{if $show_privacy}

{$txt.title_privacy}

{if $show_privacy_checkbox} {/if} {$PRIVACY_LINK|replace:"popup_content.php?lightbox_mode=1&coID=2":"shop_content.php?coID=2"|replace:"blank":"self"}
{if $error_privacy}

{$error_privacy}
{/if}
{/if}